-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react-native): upgrade react native to 0.74
- Loading branch information
Showing
22 changed files
with
204 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
packages/expo/src/generators/application/files/webpack.config.js.template
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
export const nxVersion = require('../../package.json').version; | ||
|
||
export const expoVersion = '~50.0.14'; | ||
export const expoSplashScreenVersion = '~0.26.4'; | ||
export const expoStatusBarVersion = '~1.11.1'; | ||
export const expoCliVersion = '~0.17.8'; // @expo/cli | ||
export const babelPresetExpoVersion = '~10.0.1'; | ||
export const expoVersion = '~51.0.8'; | ||
export const expoSplashScreenVersion = '~0.27.4'; | ||
export const expoStatusBarVersion = '~1.12.1'; | ||
export const expoCliVersion = '~0.18.13'; // @expo/cli | ||
export const babelPresetExpoVersion = '~11.0.0'; | ||
|
||
export const reactVersion = '18.2.0'; | ||
export const reactDomVersion = '18.2.0'; | ||
export const reactTestRendererVersion = '18.2.0'; | ||
export const typesReactVersion = '~18.2.45'; | ||
|
||
export const reactNativeVersion = '0.73.6'; | ||
export const reactNativeWebVersion = '~0.19.10'; | ||
export const reactNativeVersion = '0.74.1'; | ||
export const reactNativeWebVersion = '~0.19.11'; | ||
|
||
export const expoMetroConfigVersion = '~0.17.6'; | ||
export const expoMetroRuntimeVersion = '~3.1.3'; | ||
export const expoMetroConfigVersion = '~0.18.1'; | ||
export const expoMetroRuntimeVersion = '~3.2.1'; | ||
|
||
export const reactNativeSvgTransformerVersion = '1.3.0'; | ||
export const reactNativeSvgVersion = '15.1.0'; | ||
export const reactNativeSvgVersion = '15.2.0'; | ||
|
||
export const testingLibraryReactNativeVersion = '~12.4.5'; | ||
export const testingLibraryReactNativeVersion = '~12.5.0'; | ||
export const testingLibraryJestNativeVersion = '~5.4.3'; | ||
export const jestExpoVersion = '~50.0.4'; | ||
export const jestExpoVersion = '~51.0.2'; | ||
|
||
export const babelRuntimeVersion = '7.22.6'; | ||
export const babelRuntimeVersion = '7.24.5'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/react-native/src/generators/application/files/app/android/build.gradle.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ive/src/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.