Skip to content

Instantly share code, notes, and snippets.

@mjonesjr90
Last active September 13, 2018 19:40
Show Gist options
  • Save mjonesjr90/a430594d75d184adcb74b16fcb7e537d to your computer and use it in GitHub Desktop.
Save mjonesjr90/a430594d75d184adcb74b16fcb7e537d to your computer and use it in GitHub Desktop.
@ReactMethod
public void callBannerActivity(){
Intent intent = new Intent(reactContext, BannerActivity.class);
reactContext.startActivity(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment