react-native-video360
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

react-native-video360

This package will let you play 360 videos. This module to play 360 videos, using the SGPlayer for iOS, and Google VR for Android.

Installation

npm install react-native-video360

Note

If you want to run it on simulator

Go to node_modules/react-native-video360/react-native-video360.podspec and update as below

For Simulator

# dev simulator
s.ios.vendored_frameworks = 'Frameworks/SGPlayer.framework','Frameworks/SGPlatform.framework'
 # production
 #s.ios.vendored_frameworks = 'Frameworks/arm/SGPlayer.framework','Frameworks/arm/SGPlatform.framework'

Note for ios simulator:

Open your ios project with Xcode and Go to build settings > excluded architecture > Debug > Any ios simulator SDK = 'arm64'

For Device

# dev simulator
#s.ios.vendored_frameworks = 'Frameworks/SGPlayer.framework','Frameworks/SGPlatform.framework'
 # production
s.ios.vendored_frameworks = 'Frameworks/arm/SGPlayer.framework','Frameworks/arm/SGPlatform.framework'

If you are using the example just change react-native-video360.podspec and uncomment the lines as above

Note: Dont forget to pod install again

Usage

import { StyleSheet, Modal } from 'react-native';
import {Video360Mode, Video360Player} from 'react-native-video360';

// ...

<Video360Player style={{flex: 1}} urlVideo={''} modeVideo={Video360Mode.AVPlayerVR}/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-video360

Weekly Downloads

5

Version

0.1.1

License

MIT

Unpacked Size

84 MB

Total Files

99

Last publish

Collaborators

  • sxudan