react-native-splash-screen
react-native-splash-screen copied to clipboard
Correct documentation on `show` method
Example show
method is incorrect in repository. It's missing the boolean fullScreen
parameter. Also, it isn't documented in the method table below. This PR adds the fullScreen
parameter and documents the additional show
overload in the methods table.
Changes
- Add
fullScreen
parameter to sampleshow
with styles method in README - Document
show
with styles method in README methods table