Last active
August 12, 2017 08:12
-
-
Save rajsuvariya/944021e93b7fa3abd6559bba5d98bc04 to your computer and use it in GitHub Desktop.
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 characters
protected List<ReactPackage> getPackages() { | |
return Arrays.<ReactPackage>asList( | |
new MainReactPackage(), | |
new SharePreferencePackager()); // <-- Add this line with your package name. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment