Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from narmitech/patch-1
Browse files Browse the repository at this point in the history
Fix RN v48 compatibility
  • Loading branch information
phillbaker authored Mar 30, 2018
2 parents 1da9f1a + e35e008 commit da6c37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/src/main/java/com/peel/react/RNOSModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public List<NativeModule> createNativeModules(
return modules;
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit da6c37a

Please sign in to comment.