react-native-keyboard-aware-text-input icon indicating copy to clipboard operation
react-native-keyboard-aware-text-input copied to clipboard

Multiple versions of react-native-reanimated & react-native-gesture-handler

Open conor909 opened this issue 1 year ago • 0 comments

react-native-reanimated & react-native-gesture-handler breaks expo EAS builds due to multiple versions of these libraries (because they're also dependencies of expo / react-native out of the box)

Is it correct to declare react-native-reanimated & react-native-gesture-handler as both peerDependencies and dependencies in the package.json file?

conor909 avatar Mar 22 '23 10:03 conor909