Closed bohdanprog closed 6 months ago
Example on web doesn't scroll for me (Firefox 124.0.2, Chrome 124.0.6367.201)
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",
Great job! Thanks for taking the time to do this :shipit:
Description
This PR refactors the example application. We want to use expo in our example application.
Move the example app from
react-native-cli
toexpo
.Add custom App icon and Splash screen.
Update the
react-native
version in the root directory.Update
HitSlop
type inreact-native-gesture-handler/src/handlers/gestureHandlerCommon.ts
.Updates
package.json
dependencies.Updates
README.md
.Update
.gitignore
.Update
babel.config.js
.Update
metro.config.js
.Update
tsconfig.json
.Update imports from
react-native-gesture-handler
.Remove the Android and IOS folders.
Remove
babel.config.web.js
andwebpack.config.js
.Test plan
Tested on IOS, Android, and Web platforms.