Alexandre Moureaux

Results 33 comments of Alexandre Moureaux

Hi @alessandro-bottamedi , Had a similar issue, the problem for me was that `watchId.current` can be equal to `0` and thus would be falsy

Yes, [here](https://github.com/bamlab/generator-rn-toolbox#contributing) but it's not really clear enough. It would be better to have this in the pull request template :) I'm going to add this right now. But yeah,...

Hi @rizwanahmed19 and @JenSebastian, Why do you guys need to remove the splashscreen? :) Here's how to do it manually though: ## For iOS Revert what was done [here](https://github.com/bamlab/generator-rn-toolbox/blob/master/generators/assets/index.js#L131) with...

@rizwanahmed19 sorry I was not particularly clear. I just wanted to point to the line in the generator code where all the stuff was added. You only need to run...

@rizwanahmed19 yes, you do need to delete that line. Maybe try to clean `cd android && ./gradlew clean` et build again. But to be honest, @rizwanahmed19 @Kida007, if you guys...

Hi @wesleyguirra, Can you share a bit of the code that's failing?

@wesleyguirra thanks, can you show how you import `makeInputGreatAgain` and `withNextInputAutoFocusInput`?

@Gguigre I need to check this again with you, since https://github.com/bamlab/react-native-formik/pull/50 is passing without any changes

@Gguigre could you provide some more details on this issue, especially an example on how to reproduce?

Hi @Gguigre, thanks for reporting! In [getInputs](https://github.com/bamlab/react-native-formik/blob/master/src/withNextInputAutoFocus.js#L12), `withNextInputAutoFocusForm` traverses the hierarchy of children of the wrapped component to find inputs. In your case, only one child is found, which is...