Skip to content

Commit 4f47540

Browse files
authored
feat: update react-native to 0.63.2 and @types/react-native to 0.63.2 (#153)
* feat: update react-native to 0.63.2 and @types/react-native to 0.63.2
1 parent 7a1cbeb commit 4f47540

File tree

3 files changed

+4
-182
lines changed

3 files changed

+4
-182
lines changed

template/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ dependencies {
193193

194194
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
195195
exclude group:'com.facebook.flipper'
196+
exclude group:'com.squareup.okhttp3', module:'okhttp'
196197
}
197198

198199
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {

0 commit comments

Comments
 (0)