Skip to content

InTeach/react-native-android-webview-video-fullscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-android-webview-video-fullscreen

Add in your MainActivity.java

import io.getknow.inteachwebview.InTeachWebviewPackage;


public List<ReactPackage> createAdditionalReactPackages() {
  ....
   new InTeachWebviewPackage(),
}

Where you want to use the project :

import InTeachWebview from 'react-native-android-webview-video-fullscreen';
const WVComponent = Platform.OS === 'android' ? InTeachWebview : WebView;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published