Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ./example to expo 49 #384

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

flexbox
Copy link

@flexbox flexbox commented Dec 12, 2023

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)

@flexbox flexbox changed the title Feature/bump demo to expo 49 Bump demo to expo 49 Dec 12, 2023
@flexbox flexbox changed the title Bump demo to expo 49 Bump ./example to expo 49 Dec 12, 2023
@@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.reactnativecollapsibletabviewdemos;
package com.rnctvexample;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now it's pulled from ./example/app.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant