Home
last modified time | relevance | path

Searched refs:AppInfo (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-dev-menu/app/hooks/
H A DuseAppInfo.tsx3 import { AppInfo } from '../native-modules/DevMenu';
5 const AppInfoContext = React.createContext<AppInfo | null>(null);
11 appInfo?: AppInfo;
14 const emptyAppInfo: AppInfo = {
/expo/packages/expo-dev-menu/app/
H A DApp.tsx8 import { AppInfo, DevSettings, MenuPreferences } from './native-modules/DevMenu';
11 appInfo: AppInfo;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap5 action={<AppInfo />}
87 action={<AppInfo />}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap5 action={<AppInfo />}
87 action={<AppInfo />}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap5 action={<AppInfo />}
87 action={<AppInfo />}
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevMenu.ts6 export type AppInfo = { alias
/expo/packages/expo-dev-menu/app/components/__tests__/
H A DMain.test.tsx5 AppInfo,
47 const fakeAppInfo: AppInfo = {
110 const fakeAppInfo: AppInfo = {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DStripeSdkModule.kt17 import com.stripe.android.core.AppInfo in <lambda>()
127 Stripe.appInfo = AppInfo.create(name, version, url, partnerId) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DStripeSdkModule.kt15 import com.stripe.android.core.AppInfo in <lambda>()
148 Stripe.appInfo = AppInfo.create(name, version, url, partnerId) in <lambda>()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DStripeSdkModule.kt15 import com.stripe.android.core.AppInfo in <lambda>()
149 Stripe.appInfo = AppInfo.create(name, version, url, partnerId) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DStripeSdkModule.kt15 import com.stripe.android.core.AppInfo in <lambda>()
148 Stripe.appInfo = AppInfo.create(name, version, url, partnerId) in <lambda>()