esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

typescript .d.ts #47

Open lionhive opened 7 years ago

lionhive commented 7 years ago

I'm using react-native-clean-form in a typescript project, has anyone created a .d.ts typescript definition?

markusguenther commented 7 years ago

Actually I don`t know if someone did this already. But I mark the issue as question. Have not so much typescript experience.

The most react native projects use flow because react native support this out of the box.