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. 🐎
- Host: GitHub
- URL: https://github.com/vladimir-vovk/gamepad
- Owner: vladimir-vovk
- Created: 2023-06-18T13:44:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T15:49:22.000Z (about 3 years ago)
- Last Synced: 2025-06-29T18:50:55.983Z (about 1 year ago)
- Topics: react-native, react-native-reanimated
- Language: TypeScript
- Homepage:
- Size: 402 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.