- Handle Storyboard files on iOS as other methods will be deprecated soon (Fix #55)
- Add a
show()
method (Fix #62) - Generate
BootSplash.storyboard
,bootsplash.xml
using the CLI - Make the CLI handle the background color
- Fix
ViewGroup.removeView
calls on null object reference (Fix #58) - Enforce file casing consistency (always use
BootSplash
) - Fix background flickering on iOS slow devices (Fix #59)
- Add compatibility with react-native-screens/native-stack