https://github.com/raflizocky/tour-app
React Native | A mobile application for showing step-by-step walkthrough.
https://github.com/raflizocky/tour-app
javascript react-native typescript walkthrough
Last synced: 3 months ago
JSON representation
React Native | A mobile application for showing step-by-step walkthrough.
- Host: GitHub
- URL: https://github.com/raflizocky/tour-app
- Owner: raflizocky
- License: mit
- Created: 2024-12-11T03:21:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T02:20:51.000Z (4 months ago)
- Last Synced: 2025-01-10T03:19:45.600Z (4 months ago)
- Topics: javascript, react-native, typescript, walkthrough
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Demo
> Tested on: Android.
## Features
- Bottom bar tour
## Download
- Min. Android version: Android 6.0 Marshmallow (API level 23)
- Download: [APK](https://github.com/raflizocky/tour-app/releases/download/v1.0.0/app-release.apk)## Building
1. Clone the project and open it at your favorite text editor.
2. Open terminal, then run:
```
npm i
``````
npm run start
```3. Choose android platform.
## Contributing
If you encounter any issues or would like to contribute to the project, feel free to:
- Report any [issues](https://github.com/raflizocky/tour-app/issues)
- Submit a [pull request](https://github.com/raflizocky/tour-app/pulls)
- Participate in [discussions](https://github.com/raflizocky/tour-app/discussions) for any questions, feedback, or suggestions## License
Code released under the [MIT License](https://github.com/raflizocky/tour-app/blob/master/LICENSE.txt).