nuclearpasta / react-native-drax

A drag-and-drop system for React Native
MIT License
554 stars 68 forks source link

Please add PropTypes to the Drax components #3

Open lafiosca opened 4 years ago

lafiosca commented 4 years ago

The library is written in TypeScript, which provides basic compile-time type safety to developers who are using that. PropTypes should be added to the components for run-time type safety and for developers using JavaScript.