Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/expo/packages/expo-modules-core/build/
H A DPermissionsHook.js7 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 DPermissionsHook.js.map1methods: PermissionHookMethods<Permission, Options>,\n options?: PermissionHookOptions<Options>\n…
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaReferencesCache.cpp64 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 DJavaReferencesCache.h44 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 DPermissionsHook.ts31 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 DNativeModulesProxy-test.native.ts.snap.android3 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 DNativeModulesProxy-test.native.ts.snap.ios3 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 DNativeModulesProxy-test.ts.snap.ios3 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 DAPISectionNamespaces.tsx37 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 DABI48_0_0Timeline.h32 #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 DABI47_0_0Timeline.h32 #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 DABI49_0_0Timeline.h32 #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 Dgenerate-api-docs.js88 methods: component.methods.filter(method => !method.name.startsWith('_')),
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-api-docs.js88 methods: component.methods.filter(method => !method.name.startsWith('_')),
/expo/docs/pages/accounts/
H A Dtwo-factor.mdx12 ## 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 DApp.js123 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 Dproguard-rules.pro64 -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 DGenerating Jest Mocks.md7 …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 Dlinking.mdx3 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 Dlinking.mdx3 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 Dlinking.mdx3 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 Dlinking.mdx3 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 Dlinking.mdx3 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 Dproguard-rules.pro64 -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 DEXAppLoader+Tests.h5 #pragma mark - private/internal methods in App Loader & App Fetchers

12345678910>>...18