Skip to content

Commit

Permalink
Merge pull request #1016 from wordpress-mobile/issue/1015-video-packa…
Browse files Browse the repository at this point in the history
…ge-not-loaded

Re-load the ReactVideoPackage that got removed by #821
  • Loading branch information
hypest authored May 22, 2019
2 parents 25109f3 + c62d4bf commit 96a75be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/java/com/gutenberg/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import android.util.Log;

import com.facebook.react.ReactApplication;
import com.brentvatne.react.ReactVideoPackage;
import com.facebook.react.devsupport.interfaces.DevOptionHandler;
import com.facebook.react.devsupport.interfaces.DevSupportManager;
import com.horcrux.svg.SvgPackage;
Expand Down Expand Up @@ -100,6 +101,7 @@ public boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
return Arrays.asList(
new MainReactPackage(),
new ReactVideoPackage(),
new SvgPackage(),
new ReactAztecPackage(),
new RNRecyclerviewListPackage(),
Expand Down

0 comments on commit 96a75be

Please sign in to comment.