react-native-component / react-native-smart-sortable-sudoku-grid

A smart sortable sudoku grid for React Native apps
MIT License
107 stars 42 forks source link

fix prop-types for react native 0.49 #23

Open makeitnew opened 7 years ago

makeitnew commented 7 years ago

This PR removes the deprecated dependency on PropTypes and uses the recommended prop-types package instead.