Skip to content

Instantly share code, notes, and snippets.

@mjonesjr90
Created September 13, 2018 18:43
Show Gist options
  • Save mjonesjr90/095089578fb945bc9b0a7451ca139728 to your computer and use it in GitHub Desktop.
Save mjonesjr90/095089578fb945bc9b0a7451ca139728 to your computer and use it in GitHub Desktop.
@Override
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
return Arrays.<NativeModule>asList(new RNAdCallModule(reactContext));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment