Move documentation on other linking methods into docs.

This commit is contained in:
Dylan Vann
2018-04-25 03:05:16 -04:00
parent e2597c3a2e
commit 2f014d2bcd
4 changed files with 92 additions and 49 deletions
@@ -24,9 +24,9 @@ public class MainApplication extends Application implements ReactApplication {
@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new VectorIconsPackage(),
new FastImageViewPackage()
new MainReactPackage()
,new VectorIconsPackage()
,new FastImageViewPackage()
);
}