Skip to content

Commit

Permalink
ci(react-native): pin react-native-gesture-handler version for react …
Browse files Browse the repository at this point in the history
…navigation fixture
  • Loading branch information
yousif-bugsnag committed Sep 13, 2024
1 parent 9937cd1 commit 1a23061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
npm install @react-native-community/masked-view@^0.1 --legacy-peer-deps --registry=$REGISTRY_URL
npm install @react-navigation/native@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL
npm install @react-navigation/stack@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL
npm install react-native-gesture-handler@^2.2 --legacy-peer-deps --registry=$REGISTRY_URL
npm install react-native-gesture-handler@2.18.1 --legacy-peer-deps --registry=$REGISTRY_URL
npm install react-native-reanimated@^1.13 --legacy-peer-deps --registry=$REGISTRY_URL
npm install [email protected] --legacy-peer-deps --registry=$REGISTRY_URL
npm install [email protected] --legacy-peer-deps --registry=$REGISTRY_URL
Expand Down

0 comments on commit 1a23061

Please sign in to comment.