Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)