react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Bump FabricExample to React Native 0.70.0-rc.2

Open j-piasecki opened this issue 1 year ago • 0 comments

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

j-piasecki avatar Aug 05 '22 10:08 j-piasecki