react-native-snackbar-component
react-native-snackbar-component copied to clipboard
Warning: Failed prop type: Invalid prop textMessage supplied to SnackbarComponent
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.