Skip to content

Commit

Permalink
Merge pull request #49 from bahaa96/patch-1
Browse files Browse the repository at this point in the history
Updating  Android RN 0.47 breaking change
  • Loading branch information
mehcode authored Aug 9, 2017
2 parents d572515 + bbe1335 commit 11d4ed9
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.support.v4.content.LocalBroadcastManager;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
Expand All @@ -17,12 +16,9 @@
import java.util.List;

public class SplashScreenPackage implements ReactPackage {
@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}


// Deprecated RN 0.47
@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Collections.emptyList();
}
Expand Down

0 comments on commit 11d4ed9

Please # to comment.