Skip to content

Commit

Permalink
remove rnvideo
Browse files Browse the repository at this point in the history
  • Loading branch information
songgao committed Aug 9, 2019
1 parent 2b79665 commit c593dec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import com.swmansion.reanimated.ReanimatedPackage;
import com.swmansion.rnscreens.RNScreensPackage;
import com.brentvatne.react.ReactVideoPackage;


import java.io.File;
Expand Down Expand Up @@ -112,7 +111,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactAppli
new RNScreensPackage(),
new NetInfoPackage(),
new RNCWebViewPackage(),
new ReactVideoPackage(),
new ReanimatedPackage(),
new ModuleRegistryAdapter(mModuleRegistryProvider)
);
Expand Down

0 comments on commit c593dec

Please sign in to comment.