Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/
H A Droute.test.ts19 expectError(router.push('should-error'));
23 expectType<void>(router.push('/apple'));
24 expectType<void>(router.push('/banana'));
78 router.push({
87 router.push({
96 router.push({
105 router.push({
114 router.push({
123 router.push({
132 router.push({
[all …]
/expo/apps/test-suite/
H A DTestModules.js51 modules.push(
61 modules.push(
77 modules.push(require('./tests/JSC'));
78 modules.push(require('./tests/Hermes'));
82 modules.push(
95 modules.push(
114 modules.push(
133 modules.push(LocationTestScreen);
137 modules.push(require('./tests/SMS'));
152 modules.push(TaskManagerTestScreen);
[all …]
/expo/docs/pages/push-notifications/
H A Doverview.mdx4 description: An overview of Expo's push notification service.
12 title="Setup push notifications, get a push token and credentials"
14 href="/push-notifications/push-notifications-setup"
18 title="Send a push notification"
20 href="/push-notifications/sending-notifications"
24 title="Receive a push notification"
26 href="/push-notifications/receiving-notifications"
32 href="/push-notifications/faq"
38 title="Setup push notifications"
39 …description="Learn how to setup push notifications, get credentials for development and production…
[all …]
H A Dfaq.mdx9 … common issues and FAQs when setting up push notifications with the `expo-notifications` library a…
11 ## Expo's push notification service
13 ### Cost of the push notification service
23 ### Using Expo's push notification service is not mandatory
43push notification service, Expo creates a "push receipt" that records whether the handoff was succ…
51 …ck the [push ticket](/push-notifications/sending-notifications/#push-tickets) and [push receipt](/
67 2. Use the resulting ticket `id` to request the push receipt:
91push-notifications/push-notifications-setup/#android). On iOS, this is handled by your [push key](…
106 ### Handle expired push notification credentials
108 When your push notification credentials have expired, run `eas credentials`, choose iOS and a build…
[all …]
H A Dsending-notifications.mdx21 ## Send push notifications using a server
44 ## Implement push notifications reliably
58 - misconfigured push credentials
65 ### Check push receipts for errors
67push notification service responds with [**push tickets**](#push-tickets) upon successfully receiv…
69push receipts. If there is an issue delivering push notifications, the push receipts are the best …
73push receipts 15 minutes after sending your push notifications. While push receipts are often avai…
92 This is a "hello world" push notification using cURL that you can send using your CLI (replace the …
175 To fetch the push receipts, send a POST request to `https://exp.host/--/api/v2/push/getReceipts`. T…
342push notification service, Expo creates a "push receipt" that records whether the handoff was succ…
[all …]
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dandroid-plugins-test.ts31 config.modResults.push({ type: 'comment', value: 'expo-test' });
32 config.modResults.push({ type: 'empty' });
33 config.modResults.push({ type: 'property', key: 'foo', value: 'bar' });
34 config.modResults.push({ type: 'empty' });
35 config.modResults.push({ type: 'comment', value: 'end-expo-test' });
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb35 @get_codegen_config_from_file_params.push({
43 @get_list_of_js_specs_params.push({
59 @get_react_codegen_script_phases_params.push({
70 @get_react_codegen_spec_params.push({
80 @generate_react_codegen_spec_params.push({
97 @use_react_native_codegen_discovery_params.push({
H A DFileMock.rb38 @@exist_invocation_params.push(path)
49 @@deleted_files.push(path)
80 @@open_files.push(file)
101 @collected_write.push(text.to_s)
H A DPodMock.rb67 @@collected_messages.push(message)
71 @@collected_warns.push(warn)
75 @@collected_infoes.push(info)
101 @@executed_commands.push({
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb35 @get_codegen_config_from_file_params.push({
43 @get_list_of_js_specs_params.push({
59 @get_react_codegen_script_phases_params.push({
70 @get_react_codegen_spec_params.push({
80 @generate_react_codegen_spec_params.push({
98 @use_react_native_codegen_discovery_params.push({
H A DFileMock.rb38 @@exist_invocation_params.push(path)
49 @@deleted_files.push(path)
80 @@open_files.push(file)
101 @collected_write.push(text.to_s)
H A DPodMock.rb67 @@collected_messages.push(message)
71 @@collected_warns.push(warn)
75 @@collected_infoes.push(info)
101 @@executed_commands.push({
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb35 @get_codegen_config_from_file_params.push({
43 @get_list_of_js_specs_params.push({
59 @get_react_codegen_script_phases_params.push({
70 @get_react_codegen_spec_params.push({
80 @generate_react_codegen_spec_params.push({
98 @use_react_native_codegen_discovery_params.push({
H A DFileMock.rb32 @@exist_invocation_params.push(path)
38 @@deleted_files.push(path)
64 @@open_files.push(file)
85 @collected_write.push(text.to_s)
H A DPodMock.rb67 @@collected_messages.push(message)
71 @@collected_warns.push(warn)
75 @@collected_infoes.push(info)
101 @@executed_commands.push({
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh49 push() { function
67 push "${SPEC_NAME[0]}"
72 push Folly.podspec
73 push DoubleConversion.podspec
74 push glog.podspec
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh49 push() { function
67 push "${SPEC_NAME[0]}"
72 push Folly.podspec
73 push DoubleConversion.podspec
74 push glog.podspec
/expo/packages/expo-router/src/__tests__/
H A Dnavigation.test.tsx166 act(() => router.push('/two'));
208 act(() => router.push('/'));
235 router.push({
355 act(() => router.push('/slot'));
361 act(() => router.push('/slot'));
386 act(() => router.push('/slot'));
501 act(() => router.push('/slot'));
507 act(() => router.push('/slot'));
576 act(() => router.push('/a/b'));
707 act(() => router.push('/one'));
[all …]
/expo/packages/@expo/cli/src/export/
H A DprintBundleSizes.ts19 files.push([chalk.bold(`index.${platform}.hbc`), bundleOutput.hermesBytecodeBundle]);
21 files.push([chalk.bold(`index.${platform}.js`), bundleOutput.code]);
24 files.push([chalk.dim(`index.${platform}.hbc.map`), bundleOutput.hermesSourcemap]);
26 files.push([chalk.dim(`index.${platform}.js.map`), bundleOutput.map]);
/expo/packages/expo-router/src/link/
H A DuseLoadedNavigation.ts38 const push = useCallback( constant
40 pending.current.push(fn);
48 return push;
/expo/packages/@expo/config/src/paths/
H A Dextensions.ts26 fileExtensions.push([platform, workflow, extension].filter(Boolean).join('.'));
71 fileExtensions.push('json');
74 fileExtensions.push('wasm');
/expo/packages/@expo/config-plugins/src/android/
H A DProperties.ts21 propertiesList.push({ type: 'empty' });
23 propertiesList.push({ type: 'comment', value: line.substring(1).trimStart() });
28 propertiesList.push({ type: 'property', key, value });
/expo/packages/expo-router/src/
H A Dimperative-api.ts5 push: (href) => store.push(href),
/expo/packages/expo-dev-launcher/bundle/functions/
H A DcreateAsyncStack.ts37 push: (data?: T | undefined) => StackItem<T>;
53 function push(data?: T) {
57 keys.push(key);
126 items.push(item);
167 items.push(item);
192 listeners.push(listener);
222 push,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Profiler/
H A DABI49_0_0RCTProfileTrampoline-arm.S26 push {r0-r3, r7, lr}
75 push {r0} // save return value
87 push {r1} // save the caller on the stack

12345678910>>...54