https://github.com/omalperera/viro-react-starter-kit
This is based on https://github.com/ViroCommunity/starter-kit, with bumped version and additional res files. Medium article related to this project can be found here: https://medium.com/ascentic-technology/crafting-ar-apps-with-react-native-a9040cf40042
https://github.com/omalperera/viro-react-starter-kit
android augmented-reality-applications ios react-native viro-react
Last synced: 9 months ago
JSON representation
This is based on https://github.com/ViroCommunity/starter-kit, with bumped version and additional res files. Medium article related to this project can be found here: https://medium.com/ascentic-technology/crafting-ar-apps-with-react-native-a9040cf40042
- Host: GitHub
- URL: https://github.com/omalperera/viro-react-starter-kit
- Owner: OmalPerera
- License: mit
- Created: 2023-08-01T17:20:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T17:43:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T11:11:32.418Z (about 1 year ago)
- Topics: android, augmented-reality-applications, ios, react-native, viro-react
- Language: Java
- Homepage:
- Size: 24.3 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viro Starter Kit
This is a blank React Native project setup with Viro.
## Prerequesites
Set up the development environment for [react native](https://reactnative.dev/docs/environment-setup).
> ⚠️ NOTE: The android emulators are not supported by Viro. See [this](https://viro-community.readme.io/docs/frequently-asked-questions#does-this-work-with-ios-simulators-or-android-emulators).
## Installation
1. `git clone https://github.com/ViroCommunity/starter-kit.git`
2. `cd starter-kit`
3. `npm install`
4. `npx pod-install` (iOS)
5. `npx react-native run-android` or `npx react-native run-ios`
if `npx react-native run-android` fails with EACCESS gradlew.bat or EACCESS gradlew, run `chmod +x gradlew.bat` or `chmod +x gradlew`.
NOTE: The variant arguments are not needed for debug or release.
## How to Install Viro in an existing project?
If you are integrating ViroReact into an existing project, have a look at our [Installation instructions](https://github.com/ViroCommunity/viro/blob/main/readmes/INSTALL.md). Please note that this does _not_ work with Expo Managed Workflows. Sorry!
# Need help?
[Reach us in Discord.](https://discord.gg/YfxDBGTxvG)