Skip to content

Commit

Permalink
Add note about Android 12
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Apr 23, 2022
1 parent d1b4498 commit a14c122
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ ios/YourProjectName/Images.xcassets/BootSplashLogo.imageset/bootsplash_logo@3x.p

### iOS

_⚠️ Only `.storyboard` files are supported ([Apple has deprecated other methods in April 2020](https://developer.apple.com/news/?id=01132020b))._
_⚠️  Only `.storyboard` files are supported ([Apple has deprecated other methods in April 2020](https://developer.apple.com/news/?id=01132020b))._

---

Edit the `ios/YourProjectName/AppDelegate.mm` file:

Expand Down Expand Up @@ -206,6 +208,10 @@ Set the `BootSplash.storyboard` as launch screen file:
### Android
_⚠️  On Android 12, the splash screen will not appear if you start your app from the terminal / Android Studio. To see it, kill your app and restart it in normal conditions (tap on your app icon in the app launcher)._
---
1. As this library only support Android 6+, you probably have to edit your `android/build.gradle` file:
```gradle
Expand Down

0 comments on commit a14c122

Please sign in to comment.