Home
last modified time | relevance | path

Searched refs:isReady (Results 1 – 25 of 32) sorted by relevance

12

/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DAsyncCondition.kt13 if (listener.isReady()) { in wait()
33 if (listener!!.isReady()) { in notify()
44 fun isReady(): Boolean method
/expo/packages/expo-router/build/fork/
H A DNavigationContainer.native.js88 const isReady = rest.initialState != null || !isLinkingEnabled || isResolved;
94 if (isReady) {
97 }, [isReady]);
98 if (!isReady) {
H A DNavigationContainer.native.js.map1isReady = rest.initialState != null || !isLinkingEnabled || isResolved;\n\n const onReadyRef = Re…
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt82 private fun onGooglePayMethodLauncherReady(isReady: Boolean) { in onGooglePayMethodLauncherReady()
85 onGooglePayReady(isReady) in onGooglePayMethodLauncherReady()
89 private fun onGooglePayLauncherReady(isReady: Boolean) { in onGooglePayLauncherReady()
92 onGooglePayReady(isReady) in onGooglePayLauncherReady()
96 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
97 if (isReady) { in onGooglePayReady()
H A DGooglePayLauncherFragment.kt88 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
89 if (isReady) { in onGooglePayReady()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt82 private fun onGooglePayMethodLauncherReady(isReady: Boolean) { in onGooglePayMethodLauncherReady()
85 onGooglePayReady(isReady) in onGooglePayMethodLauncherReady()
89 private fun onGooglePayLauncherReady(isReady: Boolean) { in onGooglePayLauncherReady()
92 onGooglePayReady(isReady) in onGooglePayLauncherReady()
96 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
97 if (isReady) { in onGooglePayReady()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt82 private fun onGooglePayMethodLauncherReady(isReady: Boolean) { in onGooglePayMethodLauncherReady()
85 onGooglePayReady(isReady) in onGooglePayMethodLauncherReady()
89 private fun onGooglePayLauncherReady(isReady: Boolean) { in onGooglePayLauncherReady()
92 onGooglePayReady(isReady) in onGooglePayLauncherReady()
96 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
97 if (isReady) { in onGooglePayReady()
H A DGooglePayLauncherFragment.kt91 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
92 if (isReady) { in onGooglePayReady()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt82 private fun onGooglePayMethodLauncherReady(isReady: Boolean) { in onGooglePayMethodLauncherReady()
85 onGooglePayReady(isReady) in onGooglePayMethodLauncherReady()
89 private fun onGooglePayLauncherReady(isReady: Boolean) { in onGooglePayLauncherReady()
92 onGooglePayReady(isReady) in onGooglePayLauncherReady()
96 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
97 if (isReady) { in onGooglePayReady()
H A DGooglePayLauncherFragment.kt91 private fun onGooglePayReady(isReady: Boolean) { in onGooglePayReady()
92 if (isReady) { in onGooglePayReady()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapp-loading.mdx34 isReady: false,
38 if (!this.state.isReady) {
43 onFinish={() => this.setState({ isReady: true })}
/expo/home/screens/SnacksListScreen/
H A DSnackList.tsx15 const [isReady, setReady] = React.useState(false);
27 if (!isReady) {
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx42 const [isReady, setReady] = useState(false);
87 {isReady && (
103 disabled={!isReady}
/expo/packages/expo-router/src/fork/
H A DNavigationContainer.native.tsx106 const isReady = rest.initialState != null || !isLinkingEnabled || isResolved;
115 if (isReady) {
118 }, [isReady]);
120 if (!isReady) {
/expo/packages/expo-router/src/global-state/
H A Drouting.ts11 if (!store.navigationRef.isReady()) {
37 if (!this.navigationRef.isReady()) {
H A Drouter-store.tsx118 … // NOTE(EvanBacon): `navigationRef.isReady` is sometimes not true when state is called initially.
203 if (store.navigationRef.isReady()) {
/expo/home/screens/BranchListScreen/
H A DBranchListView.tsx22 const [isReady, setReady] = React.useState(false);
35 if (!isReady) {
/expo/packages/expo-router/build/global-state/
H A Drouting.js32 if (!store.navigationRef.isReady()) {
55 if (!this.navigationRef.isReady()) {
H A Drouter-store.js163 if (exports.store.navigationRef.isReady()) {
H A Drouting.js.map1isReady()) {\n throw new Error(\n 'Attempted to navigate before mounting the Root Layout c…
/expo/home/screens/ProjectsListScreen/
H A DProjectList.tsx32 const [isReady, setReady] = React.useState(false);
46 if (!isReady) {
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DBaseExperienceActivity.kt55 override fun isReady(): Boolean { in onResume() method
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt791 override fun isReady(): Boolean { in <lambda>() method
810 override fun isReady(): Boolean { in <lambda>() method
826 override fun isReady(): Boolean { in <lambda>() method
/expo/docs/pages/routing/
H A Dappearance.mdx86 const [isReady, setReady] = React.useState(false);
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt158 override fun isReady(): Boolean { in setBundle() method

12