Skip to content

Commit 8aa3487

Browse files
committed
Upgraded to React Native 0.61.0
1 parent 6dd02ce commit 8aa3487

File tree

3 files changed

+269
-154
lines changed

3 files changed

+269
-154
lines changed

android/app/build.gradle

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,7 @@ android {
175175
}
176176

177177
}
178-
}
179-
180-
packagingOptions {
181-
pickFirst '**/armeabi-v7a/libc++_shared.so'
182-
pickFirst '**/x86/libc++_shared.so'
183-
pickFirst '**/arm64-v8a/libc++_shared.so'
184-
pickFirst '**/x86_64/libc++_shared.so'
185-
pickFirst '**/x86/libjsc.so'
186-
pickFirst '**/armeabi-v7a/libjsc.so'
187-
}
178+
}
188179
}
189180

190181
dependencies {
@@ -197,10 +188,10 @@ dependencies {
197188
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
198189

199190
if (enableHermes) {
200-
def hermesPath = "../../node_modules/hermesvm/android/";
191+
def hermesPath = "../../node_modules/hermes-engine/android/";
201192
debugImplementation files(hermesPath + "hermes-debug.aar")
202193
releaseImplementation files(hermesPath + "hermes-release.aar")
203-
} else {
194+
} else {
204195
implementation jscFlavor
205196
}
206197
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@react-native-community/masked-view": "^0.1.1",
1818
"@react-native-community/slider": "react-native-community/react-native-slider",
19-
"react": "16.8.6",
20-
"react-native": "0.60.5",
19+
"react": "16.9.0",
20+
"react-native": "0.61.4",
2121
"react-native-gesture-handler": "^1.5.0",
2222
"react-native-reanimated": "^1.3.0",
2323
"react-native-safe-area-context": "^0.5.0",

0 commit comments

Comments
 (0)