Skip to content

Commit 5c60668

Browse files
committed
Update react-native-navigation
1 parent dc7ea93 commit 5c60668

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

android/app/src/main/java/com/rnuilib/MainApplication.kt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,5 @@ class MainApplication : NavigationApplication() {
3636

3737
override val reactHost: ReactHost
3838
get() = getDefaultReactHost(applicationContext, reactNativeHost)
39-
40-
override fun onCreate() {
41-
super.onCreate()
42-
SoLoader.init(this, OpenSourceMergedSoMapping)
43-
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
44-
// If you opted-in for the New Architecture, we load the native entry point for this app.
45-
load()
46-
}
47-
}
39+
4840
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"react-native-haptic-feedback": "^1.11.0",
121121
"react-native-linear-gradient": "2.6.2",
122122
"react-native-mmkv": "3.2.0",
123-
"react-native-navigation": "8.1.0-rc01-snapshot.1710",
123+
"react-native-navigation": "8.1.0",
124124
"react-native-reanimated": "3.16.7",
125125
"react-native-shimmer-placeholder": "^2.0.6",
126126
"react-native-svg": "15.11.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10738,9 +10738,9 @@ __metadata:
1073810738
languageName: node
1073910739
linkType: hard
1074010740

10741-
"react-native-navigation@npm:8.1.0-rc01-snapshot.1710":
10742-
version: 8.1.0-rc01-snapshot.1710
10743-
resolution: "react-native-navigation@npm:8.1.0-rc01-snapshot.1710"
10741+
"react-native-navigation@npm:8.1.0":
10742+
version: 8.1.0
10743+
resolution: "react-native-navigation@npm:8.1.0"
1074410744
dependencies:
1074510745
hoist-non-react-statics: 3.x.x
1074610746
lodash: 4.17.x
@@ -10759,7 +10759,7 @@ __metadata:
1075910759
optional: true
1076010760
bin:
1076110761
rnn-link: autolink/postlink/run.js
10762-
checksum: 9535c77e5127e3ebe137fba783500ddb69359545d7f3dec71a86f1c6650f7205987e2ed25c1c5305046678659653d33b7d0ea2497c5a1693d540d5d0ba2c4e36
10762+
checksum: 48bce9912b98b5139acda8be2e4a019aaa83035ba328fc487f6bf141fe25f42515ac1976c90fcefcf22ce4a9c948a6b1121bd2180fad09dd3983fe4c0bc23254
1076310763
languageName: node
1076410764
linkType: hard
1076510765

@@ -10915,7 +10915,7 @@ __metadata:
1091510915
react-native-haptic-feedback: ^1.11.0
1091610916
react-native-linear-gradient: 2.6.2
1091710917
react-native-mmkv: 3.2.0
10918-
react-native-navigation: 8.1.0-rc01-snapshot.1710
10918+
react-native-navigation: 8.1.0
1091910919
react-native-reanimated: 3.16.7
1092010920
react-native-redash: ^12.0.3
1092110921
react-native-shimmer-placeholder: ^2.0.6

0 commit comments

Comments
 (0)