Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benndip/Eduvision
We're rewriting the narratives of Education, first to the Cameroonians then to other Africans
https://github.com/benndip/Eduvision
3d augmented-reality react-native virtual-reality
Last synced: 18 days ago
JSON representation
We're rewriting the narratives of Education, first to the Cameroonians then to other Africans
- Host: GitHub
- URL: https://github.com/benndip/Eduvision
- Owner: benndip
- License: mit
- Created: 2022-01-04T18:29:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T01:36:38.000Z (over 2 years ago)
- Last Synced: 2024-07-30T20:59:01.900Z (3 months ago)
- Topics: 3d, augmented-reality, react-native, virtual-reality
- Language: JavaScript
- Homepage:
- Size: 8.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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)