| /expo/packages/expo-modules-core/build/ |
| H A D | PermissionsHook.js | 7 function usePermission(methods, options) { argument 12 …const response = await methods.getMethod(Object.keys(permissionOptions).length > 0 ? permissionOpt… 16 }, [methods.getMethod]); 18 …const response = await methods.requestMethod(Object.keys(permissionOptions).length > 0 ? permissio… 22 }, [methods.requestMethod]); 42 export function createPermissionHook(methods) { argument 43 return (options) => usePermission(methods, options);
|
| H A D | PermissionsHook.js.map | 1 …methods: PermissionHookMethods<Permission, Options>,\n options?: PermissionHookOptions<Options>\n…
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaReferencesCache.cpp | 64 MethodHashMap methods; in loadJClass() local 65 methods.reserve(methodsNames.size()); in loadJClass() 68 methods.insert( in loadJClass() 74 {name, CachedJClass(clazz, std::move(methods))} in loadJClass() 101 return methods.at({name, signature}); in getMethod() 106 MethodHashMap methods in CachedJClass() argument 107 ) : clazz(clazz), methods(std::move(methods)) {} in CachedJClass()
|
| H A D | JavaReferencesCache.h | 44 CachedJClass(jclass clazz, MethodHashMap methods); 57 MethodHashMap methods; 92 const std::vector<std::pair<std::string, std::string>> &methods
|
| /expo/packages/expo-modules-core/src/ |
| H A D | PermissionsHook.ts | 31 methods: PermissionHookMethods<Permission, Options>, 39 const response = await methods.getMethod( 44 }, [methods.getMethod]); 47 const response = await methods.requestMethod( 52 }, [methods.requestMethod]); 78 methods: PermissionHookMethods<Permission, Options> 81 usePermission<Permission, Options>(methods, options);
|
| /expo/packages/expo-modules-core/src/__tests__/__snapshots__/ |
| H A D | NativeModulesProxy-test.native.ts.snap.android | 3 exports[`checks the number of arguments passed to bridged methods 1`] = `"Native method ExpoTest.te… 5 exports[`checks the number of arguments passed to bridged methods 2`] = `"Native method ExpoTest.te…
|
| H A D | NativeModulesProxy-test.native.ts.snap.ios | 3 exports[`checks the number of arguments passed to bridged methods 1`] = `"Native method ExpoTest.te… 5 exports[`checks the number of arguments passed to bridged methods 2`] = `"Native method ExpoTest.te…
|
| H A D | NativeModulesProxy-test.ts.snap.ios | 3 exports[`checks the number of arguments passed to bridged methods 1`] = `"Native method ExpoTest.te… 5 exports[`checks the number of arguments passed to bridged methods 2`] = `"Native method ExpoTest.te…
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionNamespaces.tsx | 37 const methods = children 57 {methods?.length ? ( 60 {methods.map(method => renderMethod(method, { exposeInSidebar }))}
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/ |
| H A D | ABI48_0_0Timeline.h | 32 #pragma mark - Private methods to be used by `TimelineHandler`. 42 #pragma mark - Private methods to be used by `TimelineController`.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/ |
| H A D | ABI47_0_0Timeline.h | 32 #pragma mark - Private methods to be used by `TimelineHandler`. 42 #pragma mark - Private methods to be used by `TimelineController`.
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/ |
| H A D | ABI49_0_0Timeline.h | 32 #pragma mark - Private methods to be used by `TimelineHandler`. 42 #pragma mark - Private methods to be used by `TimelineController`.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | generate-api-docs.js | 88 methods: component.methods.filter(method => !method.name.startsWith('_')),
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | generate-api-docs.js | 88 methods: component.methods.filter(method => !method.name.startsWith('_')),
|
| /expo/docs/pages/accounts/ |
| H A D | two-factor.mdx | 12 ## Two-factor authentication methods 30 …ported for newly-added two-factor authentication methods. Existing SMS two-factor authentication m… 46 - add or remove authentication methods 59 ### Secondary 2FA methods 61 By setting up multiple authentication methods associated with different physical devices, you can e… 65 If you cannot access your account through any of the supplied methods, you may email Expo support f…
|
| /expo/apps/jest-expo-mock-generator/ |
| H A D | App.js | 123 const spec = _addFunctionTypes(_mockify(module), moduleDescription.methods); 153 const _addFunctionTypes = (spec, methods) => argument 154 Object.keys(methods) 161 functionType: methods[methodName].type,
|
| /expo/android/expoview/ |
| H A D | proguard-rules.pro | 64 -keepclassmembers class * { @**.facebook.react.uimanager.ReactProp <methods>; } 65 -keepclassmembers class * { @**.facebook.react.uimanager.ReactPropGroup <methods>; } 87 @butterknife.* <methods>; 105 # Keep native methods 107 native <methods>;
|
| /expo/guides/ |
| H A D | Generating Jest Mocks.md | 7 …s of our native methods which are generated by traversing all the modules and its methods and maki…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | linking.mdx | 3 description: An API that provides methods to create and open deep links universally. 12 …ract with other installed apps using deep links. It also provides helper methods for constructing …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | linking.mdx | 3 description: An API that provides methods to create and open deep links universally. 12 …ract with other installed apps using deep links. It also provides helper methods for constructing …
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | linking.mdx | 3 description: An API that provides methods to create and open deep links universally. 12 …ract with other installed apps using deep links. It also provides helper methods for constructing …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | linking.mdx | 3 description: An API that provides methods to create and open deep links universally. 12 …ract with other installed apps using deep links. It also provides helper methods for constructing …
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | linking.mdx | 3 description: An API that provides methods to create and open deep links universally. 12 …ract with other installed apps using deep links. It also provides helper methods for constructing …
|
| /expo/android/app/ |
| H A D | proguard-rules.pro | 64 -keepclassmembers class * { @**.facebook.react.uimanager.ReactProp <methods>; } 65 -keepclassmembers class * { @**.facebook.react.uimanager.ReactPropGroup <methods>; } 87 @butterknife.* <methods>; 105 # Keep native methods 107 native <methods>;
|
| /expo/ios/Tests/AppLoader/ |
| H A D | EXAppLoader+Tests.h | 5 #pragma mark - private/internal methods in App Loader & App Fetchers
|