| /expo/tools/src/code-review/reviewers/ |
| H A D | reviewChangelogEntries.ts | 28 chunk.changes.forEach((change) => { 32 if (change.type !== 'add') { 37 const [listToken] = Markdown.lexify(change.content.substr(1)); 54 body: generateSuggestion(pullRequest, change), 86 function generateSuggestion(pullRequest: PullRequest, change: parseDiff.Change) { 91 ${change.content.substr(1).trim()} (${prLink} by ${userLink})
|
| H A D | lintSwiftFiles.ts | 34 for (const change of chunk.changes) { constant 36 if (change.type !== 'add') { 40 const violationAtLine = violations.find(({ line }) => line === change.ln);
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | useWindowDimensions.tsx | 26 Dimensions.addEventListener('change', handleChange); 29 // no change, React will filter out this update as a no-op. 32 Dimensions.removeEventListener('change', handleChange);
|
| /expo/docs/pages/workflow/ |
| H A D | upgrading-expo-sdk-walkthrough.mdx | 97 - **app.json**, change `sdkVersion` to `"33.0.0"`, 98 - In **package.json**, change these dependencies: 121 - **app.json**, change `sdkVersion` to `"32.0.0"`, 122 - In **package.json**, change these dependencies: 155 - **app.json**, change `sdkVersion` to `"31.0.0"`, 156 - In **package.json**, change these dependencies: 179 - In **package.json**, change these dependencies: 202 - In **package.json**, change these dependencies: 225 - In **package.json**, change these dependencies: 250 - In **package.json**, change these dependencies: [all …]
|
| /expo/guides/releasing/ |
| H A D | Versions Endpoint.md | 7 …n be shown a diff of your change, which you can approve or reject before the change is commit to s…
|
| H A D | Quality Assurance.md | 16 - Make and save a change, ensure it shows up 19 - Disable Fast Refresh, make and save a change, it shouldn't show up 20 - Reload manually, your change should appear 21 - Make and save another change, reenable Fast Refresh, your change should show up automatically 37 - Make and save a change; reload manually and ensure it shows up 38 …- Make and save a change to the splash screen color in the app config; reload manually and ensure … 110 8. You should be able to change the dev menu's options.
|
| H A D | Updates QA.md | 11 - Make a change to the UI and manifest, publish to the `staging` release channel. 23 - Make a change to the UI and splash screen and publish it; relaunch the app twice and make sure th… 25 - Make a change to the UI and publish it; relaunch the app twice and make sure the update loads on … 27 - Make a change to the UI, set `fallbackToCacheTimeout: 0` and publish it; relaunch the app, this t… 29 - Make a change to the UI and publish another new update. To ensure that `fallbackToCacheTimeout: 0… 31 - Make a change to the UI and publish a new update. 35 - Re-enable updates, make a change to the UI, publish to the `staging` release channel, and make a …
|
| /expo/packages/expo-status-bar/build/ |
| H A D | setStatusBarBackgroundColor.js.map | 1 …bar.\n * @param animated `true` to animate the background color change, `false` to change immediat…
|
| /expo/docs/pages/modules/ |
| H A D | get-started.mdx | 84 Change the `hello` method to return a different string. For example, you can change it to return "H… 86 Rebuild the app or build a new development client and you should see your change. 92 Now, change the `hello` method to return a different string. For example, you can change it to retu… 94 …ient and you should see your change. Remember you need to either run `npx expo prebuild` each time… 132 ### Making a change 136 …nt string. For example, you can change it to return `"Hello world! "`. Rebuild the app and you… 140 …ge the `hello` method to return a different string. For example, you can change it to return `"Hel… 144 Rebuild the app and you should see your change.
|
| /expo/guides/contributing/ |
| H A D | Updating Changelogs.md | 10 …their own changelogs, and these changelogs should be updated each time a change is made to their p… 14 Each bullet point in the changelog is called an entry. It describes the change that has been introd… 16 …is descriptive and concise — explains well the change to a reader who has _zero context_ about the… 19 … them to provide important tips for the users to adapt to the (breaking) change, you should put th… 25 … author's profile, so that everyone can find out more details about that change by opening the PR … 35 …For changes in the API that may require users to change their code or project settings. Implies **…
|
| /expo/docs/constants/ |
| H A D | FeatureFlags.cjs | 1 // If you change the flag value, you need to restart the dev server.
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue() 123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue() 123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsViewDelegate.swift | 117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue() 123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | port.ts | 113 const change = await confirmAsync({ constant 117 return change ? port : null;
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/ |
| H A D | ABI48_0_0EXUpdatesBuildData.m | 9 * The build data stored by the configuration is subject to change when 19 * `requestHeaders[expo-channel-name]` are dangerous to change, but have 20 * included a few more that both seem unlikely to change (so we clear
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/ |
| H A D | ABI47_0_0EXUpdatesBuildData.m | 9 * The build data stored by the configuration is subject to change when 19 * `requestHeaders[expo-channel-name]` are dangerous to change, but have 20 * included a few more that both seem unlikely to change (so we clear
|
| /expo/react-native-lab/ |
| H A D | README.md | 11 …change on a branch, and send a PR to `facebook/react-native`. After your PR has been merged and re… 17 … work towards removing that card by merging a PR upstream or making your change unnecessary. To re…
|
| /expo/packages/expo-dev-client/ |
| H A D | README.md | 10 …load projects from Expo CLI. Release builds of your application will not change other than the add… 11 next time you need to upgrade, install a new module, or otherwise change the native code in your pr…
|
| /expo/packages/expo-clipboard/src/ |
| H A D | ClipboardPasteButton.tsx | 17 …r properties to set the colors of the button, the cornerStyle property to change the border radius, 18 …* and the displayMode property to change the appearance of the icon and label. The word "Paste" is…
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/ |
| H A D | ABI48_0_0RCTConvert+REATransition.m | 12 @"change" : @(ABI48_0_0REATransitionTypeChange),
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/ |
| H A D | ABI47_0_0RCTConvert+REATransition.m | 12 @"change" : @(ABI47_0_0REATransitionTypeChange),
|
| /expo/docs/pages/preview/ |
| H A D | introduction.mdx | 12 …covering the preview features.** Everything documented here is likely to change and the content wi… 15 …ant to hear your feedback now, because it will never be quite as easy to change it as during the p…
|
| /expo/packages/expo-manifests/build/ |
| H A D | Manifests.js.map | 1 …change when a project is\n * transferred between accounts or renamed.\n */\n projectId?: stri…
|
| /expo/packages/expo-splash-screen/ios/EXSplashScreen/ |
| H A D | EXSplashScreenService.m | 185 …orKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyValueChangeKey,id> *)c… 188 UIViewController *newRootViewController = change[@"new"]; 199 UIView *newView = change[@"new"];
|