Skip to content

Instantly share code, notes, and snippets.

@smhatre59
Created October 29, 2016 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smhatre59/464f64c232f5e41dc904e84ebabc7a46 to your computer and use it in GitHub Desktop.
Save smhatre59/464f64c232f5e41dc904e84ebabc7a46 to your computer and use it in GitHub Desktop.
import com.customlistview.ListViewPackage;
@Override protected List getPackages() {
return Arrays.asList(
new MainReactPackage(),
new ListViewPackage()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment