sidevesh / react-native-snackbar-component

A snackbar component for Android and iOS
MIT License
186 stars 75 forks source link

Warning: Failed prop type: Invalid prop textMessage supplied to SnackbarComponent #92

Open balsick opened 1 year ago

balsick commented 1 year ago

Solving issue #91.

The declared type for prop textMessage is not correctly working with memoized components supplied as prop for textMessage. The most proper type should be PropTypes.element instead of PropTypes.func.

Additionally, bottom could be set more specifically instead of just declaring them as object.