Last active
September 11, 2018 19:03
-
-
Save mjonesjr90/c30a9fc1f52ec826317aa5e2ec61ecf9 to your computer and use it in GitHub Desktop.
Revisions
-
mjonesjr90 revised this gist
Sep 11, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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( -
mjonesjr90 created this gist
Sep 11, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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() ); }