Skip to content

Commit e181f89

Browse files
committed
Bump to stable 81
1 parent beacb39 commit e181f89

File tree

4 files changed

+15
-23
lines changed

4 files changed

+15
-23
lines changed

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:allowBackup="false"
1111
android:theme="@style/AppTheme"
12+
android:usesCleartextTraffic="${usesCleartextTraffic}"
1213
android:supportsRtl="true">
1314
<activity
1415
android:name=".MainActivity"

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"dependencies": {
1212
"expensify-common": "2.0.148",
1313
"react": "19.1.0",
14-
"react-native": "0.81.0-rc.2",
14+
"react-native": "0.81.4",
1515
"react-native-reanimated": "3.19.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",
1919
"@babel/preset-env": "^7.25.3",
2020
"@babel/runtime": "^7.25.0",
21-
"@react-native-community/cli": "20.0.0-alpha.0",
22-
"@react-native-community/cli-platform-android": "20.0.0-alpha.0",
23-
"@react-native-community/cli-platform-ios": "20.0.0-alpha.0",
24-
"@react-native/babel-preset": "0.81.0-rc.2",
25-
"@react-native/eslint-config": "0.81.0-rc.2",
26-
"@react-native/metro-config": "0.81.0-rc.2",
27-
"@react-native/typescript-config": "0.81.0-rc.2",
21+
"@react-native-community/cli": "20.0.0",
22+
"@react-native-community/cli-platform-android": "20.0.0",
23+
"@react-native-community/cli-platform-ios": "20.0.0",
24+
"@react-native/babel-preset": "0.81.4",
25+
"@react-native/eslint-config": "0.81.4",
26+
"@react-native/metro-config": "0.81.4",
27+
"@react-native/typescript-config": "0.81.4",
2828
"@types/react": "^19.1.0",
2929
"@types/react-test-renderer": "^19.1.0",
3030
"babel-plugin-module-resolver": "^5.0.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"@commitlint/config-conventional": "^17.0.2",
6565
"@evilmartians/lefthook": "^1.5.0",
6666
"@lwc/eslint-plugin-lwc": "^1.7.2",
67-
"@react-native-community/cli": "20.0.0-alpha.0",
68-
"@react-native-community/cli-platform-android": "20.0.0-alpha.0",
69-
"@react-native-community/cli-platform-ios": "20.0.0-alpha.0",
70-
"@react-native/eslint-config": "0.81.0-rc.2",
71-
"@react-native/metro-config": "0.81.0-rc.2",
67+
"@react-native-community/cli": "20.0.0",
68+
"@react-native-community/cli-platform-android": "20.0.0",
69+
"@react-native-community/cli-platform-ios": "20.0.0",
70+
"@react-native/eslint-config": "0.81.4",
71+
"@react-native/metro-config": "0.81.4",
7272
"@release-it/conventional-changelog": "^5.0.0",
7373
"@types/jest": "^29.5.14",
7474
"@types/react": "^19.1.0",
@@ -96,7 +96,7 @@
9696
"prettier": "2.8.8",
9797
"react": "19.1.0",
9898
"react-dom": "19.1.0",
99-
"react-native": "0.81.0-rc.2",
99+
"react-native": "0.81.4",
100100
"react-native-builder-bob": "^0.30.2",
101101
"react-native-reanimated": "3.19.0",
102102
"react-native-web": "^0.20.0",

0 commit comments

Comments
 (0)