An open API service indexing awesome lists of open source software.

https://github.com/vladimir-vovk/gamepad

Simple on screen controller made with React Native Reanimated library. 🐎
https://github.com/vladimir-vovk/gamepad

react-native react-native-reanimated

Last synced: 2 months ago
JSON representation

Simple on screen controller made with React Native Reanimated library. 🐎

Awesome Lists containing this project

README

          


Simple on screen controller made with React Native Reanimated library. 🐎

Gamepad 🎮

Inspired by the excellent video tutorial [The basics of PanGestureHandler with React Native Reanimated 2](https://www.youtube.com/watch?v=4HUreYYoE6U).

https://github.com/vladimir-vovk/gamepad/assets/3159737/d4c5cf98-8168-403c-9c43-f079f20f2e16

## Quick start

2. Clone the project.
3. Change directory to the project with `cd gamepad` command.
4. Run `yarn start` to start the Metro Bundler.
5. Press `i` to start the iOS simulator or `a` to run the Android emulator.📱

Happy hacking! 🤓

## Available commands

- `yarn start` - start Metro Bundler.
- `yarn ios` - run on iOS.
- `yarn android` - run on Android.
- `yarn web` - run on web.
- `yarn lint` - check code for errors.
- `yarn release` - generate a changelog, bump the version of app and create a new tag.
- `yarn test` - run tests.