Skip to content

Instantly share code, notes, and snippets.

@parth-koshta
Created January 8, 2022 18:48
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 parth-koshta/6174bfc82938354562b3d049573af5f8 to your computer and use it in GitHub Desktop.
Save parth-koshta/6174bfc82938354562b3d049573af5f8 to your computer and use it in GitHub Desktop.
Medium article - splash screen
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
// ...
implementation "androidx.core:core-splashscreen:1.0.0-alpha02" // add this line
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment