Adrián Insausti

Results 2 issues of Adrián Insausti

According to #78, we needed an implementation of [material textfields](https://material.io/guidelines/components/text-fields.html). I've implemented and approach based on https://github.com/n4kz/react-native-material-textfield/ repository but I've changed the API in order to fit the react native-material-ui...

In order to make the library compatible with iOS and Android I've included an `index.native.js` to export the `FlatList` and `SectionList` classes from `react-native` in case we are not running...