Marius

Results 18 comments of Marius
trafficstars

> > contentInset={{top: someFixedValue}} > > @LuuchoRocha Hi, contentInset={{top: 0}} helped for IOS 14, but content stopped scrolling till the end( same problem. Any fix for this?

I created a new [patch file](https://gist.github.com/mwegener-com/75b475b17bf0ae7bf8b79923d3753a38) for [#283 ](https://github.com/n4kz/react-native-material-textfield/pull/283/files) and [#285 ](https://github.com/n4kz/react-native-material-textfield/pull/285/files) for react-native 0.62 this should solve your problem @mohity777 and @saadi-ninjasCode

@KingBlacc you should replace Text.propType in this case or type npm install react-native-material-textfield again. After that you can run this patch file

I created a patch file for this and [#285](https://github.com/n4kz/react-native-material-textfield/pull/285/files), so you don't loose your changes after npm install / ci: [Patchfile](https://gist.github.com/mwegener-com/75b475b17bf0ae7bf8b79923d3753a38)

Doesn't work for me, any idea?

> @mwegener-com This is another issue. > see this PR to fix it: https://github.com/n4kz/react-native-material-textfield/pull/283/files Thanks. [Patch file](https://gist.github.com/mwegener-com/75b475b17bf0ae7bf8b79923d3753a38) for this an Issue [283](https://github.com/n4kz/react-native-material-textfield/pull/283/files)

> Just import the hooks from the navigation/native not from the core. Like useRoute, useNavigation, usScrollToTop Which hooks? All my used useState Hooks?

What about android support?