Alex

Results 8 comments of Alex

Agreed. Ignore-undeclared-variables option would be awesome to have. Pre-configuring each single variable makes a mess out of code and gives a slight chance for a bug to appear.

You can try using something like this. I'm using it in my app to hide the header instead. If you know how to add an easing transition here, please share...

Brilliant, thanks a lot for sharing it. Regarding the shade component, what's the best (Angular) way of implementing something like that on top of your code? Just generate a new...

I might've managed to resolve this issue, although it wasn't a perfect solution. My package.json required `react-native-gesture-handler@~2.2.1` I noticed in my `yarn.lock` file that two versions were required simultaneously: `~2.2.1`...

@tradebulls it might only work for manual builds. If you’re EAS (Expo Application Services) or any other kind of automated builds, that will fail

HI, thanks for your feedback. I'm not actively maintaining this project and you can help by opening a PR or forking the repo. As an alternative, you can spin up...

Thanks for reporting this @6by9, sounds like an easy fix. I'll test it on a Pi later this week

Apparently another option is ``` import TextField from 'react-native-ui-lib/textFieldOld' ``` Currently looking through the commits as this broke our integration as well Edit: there's even more problems using textFieldOld, and...