obipawan / react-native-dash

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

fix: remove redundant `new` keyword #21

Closed karanjthakkar closed 5 years ago

karanjthakkar commented 5 years ago

Stylesheet.create does not require new keyword for creating a new instance. This is causing a crash on Android with React Native 0.59 if a modern babel config is used.

obipawan commented 5 years ago

😅