Skip to content

Instantly share code, notes, and snippets.

@mjonesjr90
Last active September 11, 2018 19:03
Show Gist options
  • Select an option

  • Save mjonesjr90/c30a9fc1f52ec826317aa5e2ec61ecf9 to your computer and use it in GitHub Desktop.

Select an option

Save mjonesjr90/c30a9fc1f52ec826317aa5e2ec61ecf9 to your computer and use it in GitHub Desktop.

Revisions

  1. mjonesjr90 revised this gist Sep 11, 2018. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions MainApplicationGetPackages.java
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    import com.reactlibrary.ToastPackage;

    //...

    @Override
    protected List<ReactPackage> getPackages() {
    return Arrays.<ReactPackage>asList(
  2. mjonesjr90 created this gist Sep 11, 2018.
    7 changes: 7 additions & 0 deletions MainApplicationGetPackages.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    @Override
    protected List<ReactPackage> getPackages() {
    return Arrays.<ReactPackage>asList(
    new MainReactPackage(),
    new ToastPackage()
    );
    }