Skip to content

Commit be88840

Browse files
fix: fix react-native build bug
1 parent effd488 commit be88840

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BarcodeReaderSimpleSample/android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ allprojects {
3535
google()
3636
maven { url 'https://www.jitpack.io' }
3737
}
38+
configurations.all {
39+
resolutionStrategy {
40+
force "com.facebook.react:react-native:0.67.2"
41+
}
42+
}
3843
}

0 commit comments

Comments
 (0)