react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Bump FabricExample to React Native 0.70.0-rc.2
Description
This PR updates version of React native used by the FabricExample app to 0.70.0-rc-2.
Note that this version of React Native includes autolinking for Android, however it seems to have trouble when library is linked by link:../
- it also includes the React Native components but cannot find their C++ implementation. Because of that, I've disabled the autolinking for react-native-gesture-handler
in the example app. We may have to link it manually once we decide to drop our own linking mechanism.
Test plan
Run the FabricExample app