Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/expo/packages/expo-updates/e2e/
H A DREADME.md1 ## 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 DsetupHMR.ts28 HMRClient.setup({ isEnabled: true });
/expo/docs/pages/push-notifications/
H A Doverview.mdx14 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 DHMRClient.d.ts7 setup(props: {
H A DsetupHMR.js30 HMRClient_1.default.setup({ isEnabled: true });
/expo/packages/@expo/server/build/vendor/
H A Dhttp.js10 function createRequestHandler({ build }, setup) { argument
11 const handleRequest = (0, __1.createRequestHandler)(build, setup);
H A Dexpress.js10 function createRequestHandler({ build }, setup) { argument
11 const handleRequest = (0, __1.createRequestHandler)(build, setup);
H A Dexpress.d.ts11 }, setup?: Parameters<typeof createExpoHandler>[1]): RequestHandler;
H A Dhttp.d.ts13 }, setup?: Parameters<typeof createExpoHandler>[1]): RequestHandler;
/expo/packages/@expo/server/src/vendor/
H A Dhttp.ts25 setup?: Parameters<typeof createExpoHandler>[1]
27 const handleRequest = createExpoHandler(build, setup);
H A Dexpress.ts24 setup?: Parameters<typeof createExpoHandler>[1]
26 const handleRequest = createExpoHandler(build, setup);
/expo/docs/pages/build-reference/
H A Dbuild-with-monorepos.mdx7 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 Dandroid-lifecycle-listeners.mdx10 …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 DTerminal.test.tsx16 const user = userEvent.setup();
42 const user = userEvent.setup();
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb13 def setup method in FabricTest
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb12 def setup method in FabricTest
H A Dhermes-test.rb16 def setup method in HermesTests
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DDevLauncherController.swift65 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 DDevLauncherController.swift65 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 DDevMenuPackagerConnectionHandler.swift12 func setup() { in setup() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb13 def setup method in FabricTest
/expo/docs/pages/guides/
H A Dtypescript.mdx84 > 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 Dandroid-unit-tests.yml38 uses: actions/setup-node@v3
48 uses: actions/setup-java@v3
H A Dtest-suite-nightly.yml41 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 DProcessingNoClearScreen.tsx8 p.setup = () => {

12345678910>>...13