software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.14k stars 982 forks source link

Setup example app to use Expo #2905

Closed bohdanprog closed 6 months ago

bohdanprog commented 6 months ago

Description

This PR refactors the example application. We want to use expo in our example application.

Test plan

Tested on IOS, Android, and Web platforms.

j-piasecki commented 6 months ago
Not sure if me specific, but I have a white status bar on Android emulator Screenshot 2024-05-13 at 10 29 20

Example on web doesn't scroll for me (Firefox 124.0.2, Chrome 124.0.6367.201)

j-piasecki commented 6 months ago

Can you also update scripts in package.json to use expo?

    "android": "expo start --android --dev-client",
    "ios": "expo start --ios --dev-client",
    "web": "expo start --web",
    "start": "expo start --dev-client",
j-piasecki commented 6 months ago

Great job! Thanks for taking the time to do this :shipit: