fix: Use Worklets 0.2.4 to fix FP crash (#2102)
Also changed the namespace in the build gradle to not be com.mrousavy.camera.example - this would crash when using dex in release mode on android. Changed to `com.mrousavy.camera`.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"react-native-static-safe-area-insets": "^2.2.0",
|
||||
"react-native-vector-icons": "^10.0.0",
|
||||
"react-native-video": "^5.2.1",
|
||||
"react-native-worklets-core": "^0.2.1"
|
||||
"react-native-worklets-core": "0.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.10",
|
||||
|
||||
Reference in New Issue
Block a user