File tree Expand file tree Collapse file tree 3 files changed +269
-154
lines changed
Expand file tree Collapse file tree 3 files changed +269
-154
lines changed Original file line number Diff line number Diff 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
190181dependencies {
@@ -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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments