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
fullScreenparameter to sampleshowwith styles method in README - Document
showwith styles method in README methods table