| /expo/packages/expo-updates/e2e/ |
| H A D | README.md | 1 ## E2E test setup 12 # Other environment variables needed for the test setup 18 # Remove and recreate the working directory before executing the setup 26 node packages/expo-updates/e2e/setup/create-eas-project.js 124 # Other environment variables needed for the test setup 128 # Remove and recreate the working directory before executing the setup 136 node packages/expo-updates/e2e/setup/create-updates-test.js
|
| /expo/packages/@expo/metro-runtime/src/ |
| H A D | setupHMR.ts | 28 HMRClient.setup({ isEnabled: true });
|
| /expo/docs/pages/push-notifications/ |
| H A D | overview.mdx | 14 href="/push-notifications/push-notifications-setup" 39 …description="Learn how to setup push notifications, get credentials for development and production… 40 href="/push-notifications/push-notifications-setup"
|
| /expo/packages/@expo/metro-runtime/build/ |
| H A D | HMRClient.d.ts | 7 setup(props: {
|
| H A D | setupHMR.js | 30 HMRClient_1.default.setup({ isEnabled: true });
|
| /expo/packages/@expo/server/build/vendor/ |
| H A D | http.js | 10 function createRequestHandler({ build }, setup) { argument 11 const handleRequest = (0, __1.createRequestHandler)(build, setup);
|
| H A D | express.js | 10 function createRequestHandler({ build }, setup) { argument 11 const handleRequest = (0, __1.createRequestHandler)(build, setup);
|
| H A D | express.d.ts | 11 }, setup?: Parameters<typeof createExpoHandler>[1]): RequestHandler;
|
| H A D | http.d.ts | 13 }, setup?: Parameters<typeof createExpoHandler>[1]): RequestHandler;
|
| /expo/packages/@expo/server/src/vendor/ |
| H A D | http.ts | 25 setup?: Parameters<typeof createExpoHandler>[1] 27 const handleRequest = createExpoHandler(build, setup);
|
| H A D | express.ts | 24 setup?: Parameters<typeof createExpoHandler>[1] 26 const handleRequest = createExpoHandler(build, setup);
|
| /expo/docs/pages/build-reference/ |
| H A D | build-with-monorepos.mdx | 7 To setup EAS Build with a monorepo, you need to follow the standard process as described below: 12 - If your project needs additional setup beyond what is provided, add a `postinstall` step to **pac…
|
| /expo/docs/pages/modules/ |
| H A D | android-lifecycle-listeners.mdx | 10 …hese, and so setup instructions for React Native libraries often include steps to copy code into t… 14 …po modules API in the library using the React Native module API. [Learn more](./overview.mdx#setup) 95 // Your setup code in `Activity.onCreate`. 117 // Your setup code in `Activity.onCreate`. 198 // Your setup code in `Application.onCreate`. 219 // Your setup code in `Application.onCreate`.
|
| /expo/docs/ui/components/Snippet/ |
| H A D | Terminal.test.tsx | 16 const user = userEvent.setup(); 42 const user = userEvent.setup();
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | fabric-test.rb | 13 def setup method in FabricTest
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | fabric-test.rb | 12 def setup method in FabricTest
|
| H A D | hermes-test.rb | 16 def setup method in HermesTests
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | DevLauncherController.swift | 65 guard let updatesConfiguration = setup(configuration: configuration, error: errorBlock) else { 125 guard setup(configuration: configuration, error: errorBlock) != nil else { 146 …private func setup(configuration: [AnyHashable: Any], error errorBlock: UpdatesErrorBlock) -> Upda… in setup() function
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | DevLauncherController.swift | 65 guard let updatesConfiguration = setup(configuration: configuration, error: errorBlock) else { 125 guard setup(configuration: configuration, error: errorBlock) != nil else { 146 …private func setup(configuration: [AnyHashable: Any], error errorBlock: UpdatesErrorBlock) -> Upda… in setup() function
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuPackagerConnectionHandler.swift | 12 func setup() { in setup() function
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | fabric-test.rb | 13 def setup method in FabricTest
|
| /expo/docs/pages/guides/ |
| H A D | typescript.mdx | 84 > You can disable the TypeScript setup in Expo CLI with the environment variable `EXPO_NO_TYPESCRIP… 137 …s require additional setup for this feature. See the [versioned Metro setup guide](/versions/lates… 215 …s require additional setup for this feature. See the [versioned Metro setup guide](/versions/lates… 223 …ebpack.config.js**, **metro.config.js**, or **app.config.js**, additional setup is needed. You can… 276 …n** customization. You can use the following approach to get a more comprehensive TypeScript setup:
|
| /expo/.github/workflows/ |
| H A D | android-unit-tests.yml | 38 uses: actions/setup-node@v3 48 uses: actions/setup-java@v3
|
| H A D | test-suite-nightly.yml | 41 uses: ruby/setup-ruby@v1 51 run: et setup-react-native-nightly 104 uses: actions/setup-node@v3 108 uses: actions/setup-java@v3 121 run: et setup-react-native-nightly
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | ProcessingNoClearScreen.tsx | 8 p.setup = () => {
|