react-native-letote-short-video
v1.0.0
Published
## Getting started
Downloads
3
Readme
react-native-short-video
Getting started
$ npm install react-native-short-video --save
Mostly automatic installation
$ react-native link react-native-short-video
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-short-videoand addRNShortVideo.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNShortVideo.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNShortVideoPackage;to the imports at the top of the file - Add
new RNShortVideoPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-short-video' project(':react-native-short-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-short-video/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-short-video')
Windows
- In Visual Studio add the
RNShortVideo.slninnode_modules/react-native-short-video/windows/RNShortVideo.slnfolder to their solution, reference from their app. - Open up your
MainPage.csapp
- Add
using Short.Video.RNShortVideo;to the usings at the top of the file - Add
new RNShortVideoPackage()to theList<IReactPackage>returned by thePackagesmethod
Usage
import RNShortVideo from 'react-native-short-video';
// TODO: What to do with the module?
RNShortVideo;