Skip to content

Commit

Permalink
add Bundle import Android Docs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaricli authored Apr 1, 2020
1 parent 4635493 commit 4810f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/android-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ in `MainActivity.java`
```java

...
import com.tsepeti.splashscreen.RCTSplashScreen; // import RCTSplashScreen
import android.os.Bundle; // <-- add bundle import
import com.tsepeti.splashscreen.RCTSplashScreen; // <-- import RCTSplashScreen
...

@Override
Expand Down

0 comments on commit 4810f71

Please sign in to comment.