Skip to content

Instantly share code, notes, and snippets.

@mykltronn
Created June 11, 2019 18:11
Show Gist options
  • Save mykltronn/cd1d0091f7b25df1b3a640d61eba5c45 to your computer and use it in GitHub Desktop.
Save mykltronn/cd1d0091f7b25df1b3a640d61eba5c45 to your computer and use it in GitHub Desktop.
. . .
// lots of imports
public class MainApplication extends Application implements ReactApplication {
. . .
@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
. . .
// your linked dependencies,
new ImmersiveModePackage()
);
}
. . .
// all the rest
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment