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

Two different licenses #29

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

The package.json and the LICENCE file describe different licenses.

In the package.json we have the ISC licence and in the LICENCE file it is MIT. Both are very similar to each other. But I guess we should use once ;)