iddan / react-native-canvas

A Canvas component for React Native
MIT License
990 stars 172 forks source link

Remove propTypes in Canvas.js #222

Closed qurben closed 3 years ago

qurben commented 3 years ago

Fixes iddan/react-native-canvas#196

In line with https://github.com/facebook/react-native/issues/21342

This was broken for react-native-web in version 0.12.0

This way react-native-canvas does not give a type error when imported in a web environment.

iddan commented 3 years ago

Thanks!