Skip to content

sqvcnet/react-native-libvr-demo

Repository files navigation

react-native-libvr-demo

Preview

ScreenShot

How to run this demo

cd react-native-libvr-demo

npm install --save

For iOS

open ios/ReactNativeLibVRDemo.xcodeproj in Xcode

on project "Build Phrases" add "CoreMedia.framework, AudioToolbox.framework, VideoToolbox.framework, libz.dylib, libc++.dylib, GLKit.framework" in "Link Binary with Libraries"

config the iOS Developer Program options (check the "Automatically manage signing" and select your Team in the Xcode project General page may be the easiest way)

press Command+R

For Android

Generate a brand new react-native project

If you want to generate a brand new react-native project, run the following command

react-native init ReactNativeLibVRDemo --version 0.44.0

Normally, you should run

react-native init ReactNativeLibVRDemo

to generate a react-native project, but above command will init a react-native-0.45.0 project at the moment I wrote this doc, unfortunately react-native-0.45.0 has a bug and cannot build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published