obipawan / react-native-dash

A super simple <Dash /> component for react-native to draw customisable dashed lines
176 stars 63 forks source link

Web support? #37

Open mattgabor opened 2 years ago

mattgabor commented 2 years ago

This component works great on iOS/Android but throws an error when used in react-native-web. Is it possible to support this?

The error is TypeError: Cannot read properties of undefined (reading 'style'): Dash.propTypes = { style: _reactNative.ViewPropTypes.style ...}