echo3Dco / ReactNative-Viro-echo3D-example

Example React Native project with Viro and echo3D integrated.

Home Page:https://www.echo3D.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNative-Viro-echo3D-example

Example React Native project with Viro and echo3D integrated.

Register

Don't have an API key? Make sure to register for FREE at echo3D.

Setup

  • Clone this repository.
  • Go to the root of the directory.
  • Run npm install.

Run

Android

  • For Android, make sure you have downloaded the Android SDK and platform-tools for building apps.
  • Set the environment variable $ANDROID_HOME and added platform-tools to $PATH variable.

In Linux/Mac:

export ANDROID_HOME=/YOUR_PATH_TO/Android/sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH

In Widows:

Right-click the Computer icon and choose Properties, or in Windows Control Panel, choose System. Choose Advanced system settings. On the Advanced tab, click Environment Variables. Click New to create a new environment variable. Click Edit to modify an existing environment variable. After creating or modifying the environment variable, click Apply and then OK to have the change take effect.

  • Build and launch android app by executing the following from the root of the project
    react-native run-android --variant=gvrDebug
    

iOS

  • Open ViroSample.xcworkspace under the ios/ directory in Xcode. Select the right "Team" for ViroSample and ViroSampleTest target under General -> Signing
  • Hit play to build and launch the app on your iOS device.

Learn more

Refer to our documentation to learn more about how to use React Native and echo3D.

Refer to Viro's documentation to learn more about how to use Viro. WARNING: the Viro library is now open-sourced and no longer maintained by Viro Media.

Support

Feel free to reach out at support@echo3D.co or join our support channel on Slack.

Screenshots

Phone screenshot echo3D console screenshot

About

Example React Native project with Viro and echo3D integrated.

https://www.echo3D.co

License:Other


Languages

Language:JavaScript 52.1%Language:Objective-C 20.0%Language:Shell 8.3%Language:Starlark 7.8%Language:Java 7.0%Language:Ruby 4.9%