react-native-opentok
React Native OpenTok
File Explorer
Download Latest Version (.zip)- Events.java
- RNOpenTokModule.java
- RNOpenTokPackage.java
- RNOpenTokPublisherView.java
- RNOpenTokPublisherViewManager.java
- RNOpenTokScreenSharingCapturer.java
- RNOpenTokSessionManager.java
- RNOpenTokSubscriberView.java
- RNOpenTokSubscriberViewManager.java
- RNOpenTokView.java
- RNOpenTokViewManager.java
- AndroidManifest.xml
- build.gradle
- MainActivity.java
- MainApplication.java
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- BUCK
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- BUCK
- debug.keystore.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- LaunchScreen.xib
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- example-tvOS.xcscheme
- example.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Podfile
- Podfile.lock
- App.js
- app.json
- index.js
- project.pbxproj
- RNOpenTok.h
- RNOpenTok.m
- RNOpenTok.podspec
- RNOpenTokEventEmitter.h
- RNOpenTokEventEmitter.m
- RNOpenTokPublisherView.h
- RNOpenTokPublisherView.m
- RNOpenTokPublisherViewManager.h
- RNOpenTokPublisherViewManager.m
- RNOpenTokScreenSharingCapturer.h
- RNOpenTokScreenSharingCapturer.m
- RNOpenTokSessionManager.h
- RNOpenTokSessionManager.m
- RNOpenTokSessionObserver.h
- RNOpenTokSessionObserver.m
- RNOpenTokSubscriberView.h
- RNOpenTokSubscriberView.m
- RNOpenTokSubscriberViewManager.h
- RNOpenTokSubscriberViewManager.m
- PublisherView.js
- SubscriberView.js
- index.js
- NativeEventEmitter.js
- types.js
- .all-contributorsrc
- .babelrc
- .flowconfig
- .gitattributes
- .gitignore
- .npmignore
- jsconfig.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/callstack/react-native-opentok
Downloads the entire project code from GitHub to your computer.
cd react-native-opentok
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
yarn add react-native-opentok
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
