react-native-keyboard-spacer icon indicating copy to clipboard operation
react-native-keyboard-spacer copied to clipboard

Error occur on web

Open JoshL579 opened this issue 3 years ago • 0 comments

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

JoshL579 avatar Aug 20 '21 19:08 JoshL579