Releases: zoontek/react-native-bootsplash
Releases · zoontek/react-native-bootsplash
6.3.11
07 Sep 14:54
Compare
Sorry, something went wrong.
No results found
Fix Android cropping thresholds alert in the assets generator (might be cropped when > 134dp, will be cropped when > 192dp)
6.3.10
01 Jul 16:16
Compare
Sorry, something went wrong.
No results found
Update react-native-is-edge-to-edge
6.3.9
08 Jun 09:14
Compare
Sorry, something went wrong.
No results found
Update react-native-builder-bob (closes #711 )
6.3.8
08 May 09:51
Compare
Sorry, something went wrong.
No results found
Update @expo/config-plugins to v10 (closes #704 )
6.3.7
28 Apr 14:33
Compare
Sorry, something went wrong.
No results found
6.3.6
24 Apr 16:17
Compare
Sorry, something went wrong.
No results found
Update Expo config plugin to use ReactNativeDelegate in SDK 53 by @kadikraman in #700
6.3.5
12 Apr 16:17
Compare
Sorry, something went wrong.
No results found
Add Expo 53 support (closes #693 )
6.3.4
21 Mar 18:03
Compare
Sorry, something went wrong.
No results found
Add support for Swift AppDelegate in Expo plugin by @Titozzz in #686
6.3.3
30 Jan 18:03
Compare
Sorry, something went wrong.
No results found
Remove the need for a Bridging Header file on React Native 0.77+:
import ReactAppDependencyProvider
import RNBootSplash // ⬅️ add this import
// …
@main
class AppDelegate : RCTAppDelegate {
// …
// ⬇️ override this method
override func customize( _ rootView: RCTRootView ! ) {
super. customize ( rootView)
RNBootSplash . initWithStoryboard ( " BootSplash " , rootView: rootView) // ⬅️ initialize the splash screen
}
}
6.3.2
25 Nov 09:00
Compare
Sorry, something went wrong.
No results found
Upgrading @expo/config-plugins to 9.0.0