Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

Error occur on web #79

Open JoshL579 opened 3 years ago

JoshL579 commented 3 years ago

Please change line 42

from: style: ViewPropTypes.style

into: style: Platform.OS === 'web' ? PropTypes.any : ViewPropTypes.style

Otherwise there will be a error as follow when displaying on web:

KeyBoardSpacer.js:42 Uncaught TypeError: Cannot read property 'style' of undefined