Skip to content

Commit 9b5ba21

Browse files
committed
Downgrade react-native to 0.81.5
This version is the recommended version for Expo 54.
1 parent ee00724 commit 9b5ba21

8 files changed

Lines changed: 773 additions & 544 deletions

File tree

examples/onetrust/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"expo": "~54.0.33",
1616
"expo-status-bar": "~3.0.9",
1717
"react": "19.2.4",
18-
"react-native": "0.83.1",
18+
"react-native": "0.81.5",
1919
"react-native-app-auth": "^8.1.0",
2020
"react-native-encrypted-storage": "^4.0.3",
2121
"react-native-onetrust-cmp": "^202601.1.0",
@@ -25,12 +25,12 @@
2525
"@babel/core": "^7.29.0",
2626
"@babel/preset-env": "^7.29.0",
2727
"@babel/runtime": "^7.28.6",
28-
"@react-native-community/cli": "20.1.1",
29-
"@react-native-community/cli-platform-android": "20.1.1",
30-
"@react-native-community/cli-platform-ios": "20.1.1",
31-
"@react-native/babel-preset": "0.83.1",
32-
"@react-native/metro-config": "0.83.1",
33-
"@react-native/typescript-config": "0.83.1",
28+
"@react-native-community/cli": "19.1.2",
29+
"@react-native-community/cli-platform-android": "19.1.2",
30+
"@react-native-community/cli-platform-ios": "19.1.2",
31+
"@react-native/babel-preset": "0.81.5",
32+
"@react-native/metro-config": "0.81.5",
33+
"@react-native/typescript-config": "0.81.5",
3434
"babel-preset-expo": "^54.0.10",
3535
"patch-package": "^8.0.1",
3636
"postinstall-postinstall": "^2.1.0",

examples/sourcepoint-expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"expo": "~54.0.33",
1414
"expo-status-bar": "~3.0.9",
1515
"react": "19.2.4",
16-
"react-native": "0.83.1",
16+
"react-native": "0.81.5",
1717
"react-native-app-auth": "^8.1.0",
1818
"react-native-encrypted-storage": "^4.0.3"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.29.0",
2222
"@babel/preset-env": "^7.29.0",
2323
"@babel/runtime": "^7.28.6",
24-
"@react-native-community/cli": "20.1.1",
25-
"@react-native-community/cli-platform-android": "20.1.1",
26-
"@react-native-community/cli-platform-ios": "20.1.1",
27-
"@react-native/babel-preset": "0.83.1",
28-
"@react-native/metro-config": "0.83.1",
29-
"@react-native/typescript-config": "0.83.1",
24+
"@react-native-community/cli": "19.1.2",
25+
"@react-native-community/cli-platform-android": "19.1.2",
26+
"@react-native-community/cli-platform-ios": "19.1.2",
27+
"@react-native/babel-preset": "0.81.5",
28+
"@react-native/metro-config": "0.81.5",
29+
"@react-native/typescript-config": "0.81.5",
3030
"babel-preset-expo": "^54.0.10",
3131
"patch-package": "^8.0.1",
3232
"postinstall-postinstall": "^2.1.0",

examples/sourcepoint/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"@contentpass/react-native-contentpass-ui": "workspace:*",
1717
"@sourcepoint/react-native-cmp": "^1.0.13",
1818
"react": "19.2.4",
19-
"react-native": "0.83.1",
19+
"react-native": "0.81.5",
2020
"react-native-app-auth": "^8.1.0",
2121
"react-native-encrypted-storage": "^4.0.3"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.29.0",
2525
"@babel/preset-env": "^7.29.0",
26-
"@react-native-community/cli": "^20.1.1",
27-
"@react-native-community/cli-platform-android": "^20.1.1",
28-
"@react-native-community/cli-platform-ios": "^20.1.1",
29-
"@react-native/babel-preset": "0.83.1",
30-
"@react-native/metro-config": "0.83.1",
31-
"@react-native/typescript-config": "0.83.1",
26+
"@react-native-community/cli": "^19.1.2",
27+
"@react-native-community/cli-platform-android": "^19.1.2",
28+
"@react-native-community/cli-platform-ios": "^19.1.2",
29+
"@react-native/babel-preset": "0.81.5",
30+
"@react-native/metro-config": "0.81.5",
31+
"@react-native/typescript-config": "0.81.5",
3232
"patch-package": "^8.0.1",
3333
"postinstall-postinstall": "^2.1.0",
3434
"react-native-builder-bob": "^0.40.17"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@commitlint/config-conventional": "^20.4.1",
4343
"@eslint/eslintrc": "^3.3.0",
4444
"@evilmartians/lefthook": "^2.1.0",
45-
"@react-native-community/cli": "20.1.1",
46-
"@react-native/babel-preset": "0.83.1",
47-
"@react-native/eslint-config": "^0.83.1",
45+
"@react-native-community/cli": "19.1.2",
46+
"@react-native/babel-preset": "0.81.5",
47+
"@react-native/eslint-config": "^0.81.5",
4848
"@testing-library/react-native": "^13.3.3",
4949
"@types/jest": "^30.0.0",
5050
"@types/lodash": "^4.17.23",
@@ -59,7 +59,7 @@
5959
"jest": "^30.2.0",
6060
"prettier": "^3.8.1",
6161
"react": "19.2.4",
62-
"react-native": "0.83.1",
62+
"react-native": "0.81.5",
6363
"react-native-app-auth": "^8.1.0",
6464
"react-native-builder-bob": "^0.40.17",
6565
"react-native-encrypted-storage": "^4.0.3",
@@ -70,7 +70,7 @@
7070
"resolutions": {
7171
"@types/react": "^18.2.44",
7272
"react": "19.2.4",
73-
"react-native": "0.83.1"
73+
"react-native": "0.81.5"
7474
},
7575
"workspaces": [
7676
"packages/*",

packages/react-native-contentpass-cmp-onetrust/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
},
5959
"devDependencies": {
6060
"@contentpass/react-native-contentpass": "workspace:*",
61-
"@react-native-community/cli": "20.1.1",
62-
"@react-native/babel-preset": "0.83.1",
61+
"@react-native-community/cli": "19.1.2",
62+
"@react-native/babel-preset": "0.81.5",
6363
"@types/jest": "^30.0.0",
6464
"@types/react": "^19.2.10",
6565
"jest": "^30.2.0",
6666
"react": "19.2.4",
67-
"react-native": "0.83.1",
67+
"react-native": "0.81.5",
6868
"react-native-builder-bob": "^0.40.17",
6969
"react-native-onetrust-cmp": "^202601.1.0",
7070
"react-test-renderer": "19.2.4",

packages/react-native-contentpass-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
},
6161
"devDependencies": {
6262
"@contentpass/react-native-contentpass": "workspace:*",
63-
"@react-native-community/cli": "20.1.1",
64-
"@react-native/babel-preset": "0.83.1",
63+
"@react-native-community/cli": "19.1.2",
64+
"@react-native/babel-preset": "0.81.5",
6565
"@types/jest": "^30.0.0",
6666
"@types/react": "^19.2.10",
6767
"jest": "^30.2.0",
6868
"react": "19.2.4",
69-
"react-native": "0.83.1",
69+
"react-native": "0.81.5",
7070
"react-native-builder-bob": "^0.40.17",
7171
"react-native-webview": "^13.15.0",
7272
"react-test-renderer": "19.2.4",

packages/react-native-contentpass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
"react-native-uuid": "^2.0.3"
7676
},
7777
"devDependencies": {
78-
"@react-native-community/cli": "20.1.1",
79-
"@react-native/babel-preset": "0.83.1",
78+
"@react-native-community/cli": "19.1.2",
79+
"@react-native/babel-preset": "0.81.5",
8080
"@types/jest": "^30.0.0",
8181
"@types/lodash": "^4.17.23",
8282
"@types/react": "^19.2.10",
8383
"jest": "^30.2.0",
8484
"react": "19.2.4",
85-
"react-native": "0.83.1",
85+
"react-native": "0.81.5",
8686
"react-native-app-auth": "^8.1.0",
8787
"react-native-builder-bob": "^0.40.17",
8888
"react-native-encrypted-storage": "^4.0.3",

0 commit comments

Comments
 (0)