Skip to content

Commit 7399168

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

File tree

5 files changed

+317
-801
lines changed

5 files changed

+317
-801
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",

0 commit comments

Comments
 (0)