PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
812 stars 159 forks source link

Bump `./example` to expo 49 #384

Open flexbox opened 6 months ago

flexbox commented 6 months ago

Updated demo app with

yarn add expo@latest
npx expo install --fix
npx expo prebuild --clean

and fixed a read screen of death wot this error

 ERROR  Error: NativeViewGestureHandler must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.

This error is located at:
    in NativeViewGestureHandler (created by RNGestureHandlerButton)
    in RNGestureHandlerButton (created by BaseButton)
    in BaseButton (created by GenericTouchable)
    in GenericTouchable (created by TouchableOpacity)
    in TouchableOpacity
    in RCTView (created by View)