Home
last modified time | relevance | path

Searched refs:launchWithPermissionsAsync (Results 1 – 2 of 2) sorted by relevance

/expo/apps/bare-expo/e2e/setup/
H A DsetupDetox.js1 const { launchWithPermissionsAsync } = require('../Utils');
23 await launchWithPermissionsAsync(permissions);
/expo/apps/bare-expo/e2e/
H A DUtils.js5 export async function launchWithPermissionsAsync(permissions) { function