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

@bohdanprog/create expo example project

Open bohdanprog opened this issue 2 months ago • 0 comments

Description

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

  • Move the example app from react-native-cli to expo.

  • Add custom App icon and Splash screen.

  • 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 and webpack.config.js.

Test plan

Tested on IOS, Android, and Web platforms.

bohdanprog avatar May 10 '24 14:05 bohdanprog