Skip to content

Instantly share code, notes, and snippets.

@mjonesjr90
Last active September 11, 2018 19:03
Show Gist options
  • Save mjonesjr90/c30a9fc1f52ec826317aa5e2ec61ecf9 to your computer and use it in GitHub Desktop.
Save mjonesjr90/c30a9fc1f52ec826317aa5e2ec61ecf9 to your computer and use it in GitHub Desktop.
import com.reactlibrary.ToastPackage;
//...
@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new ToastPackage()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment