chore(deps): Upgrade react-native-reanimated to alpha.2 (#309)

* Upgrade react-native-reanimated to alpha.2

* fix Android header search path

* Make `const`
This commit is contained in:
Marc Rousavy
2021-07-30 09:50:09 +02:00
committed by GitHub
parent 445af943c3
commit 123d0d9e9c
8 changed files with 28 additions and 62 deletions

View File

@@ -83,7 +83,7 @@
"react": "^17.0.2",
"react-native": "^0.64.2",
"react-native-builder-bob": "^0.18.1",
"react-native-reanimated": "^2.2.0",
"react-native-reanimated": "^2.3.0-alpha.2",
"release-it": "^14.6.1",
"typescript": "4.3.2"
},