react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Correct documentation on `show` method

Open arcticfly opened this issue 1 year ago • 0 comments

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 sample show with styles method in README
  • Document show with styles method in README methods table

arcticfly avatar Jul 14 '22 19:07 arcticfly