Clément Taboulot

Results 19 comments of Clément Taboulot

@MateWW Good point ! I'm also not an expert but this is the workaround I found ⬇️ Inside `{%- project.name %}.mm` : ```objective-c @implementation MyModule RCT_EXPORT_MODULE() /* * With my...

Hi @MateWW, Thank you for the feedback. Yes sure no problem. I will do it before the end of this WE.

Hi @Saikedo, On which version are you experiencing the issue ? Can you provide me an example ? If you want to investigation deeper on your side I think you...

Hi @tautvilas ! Do you have the same error if you try to run the example project of this repo ?

@tautvilas Thank you for this information. I'm going to take time this week. Do you have a reproducible repo example with/without your fix? And don't forget that contributions are welcome...

@ggunti Thank you for your feedback. I'll take some time tomorrow or next week in order to give you a proper answer. Until then, do not hesitate to give me...

Hi folks 👋 Indeed I introduced a regression during the migration. I do not feel comfortable with how you access files on iOS. The difference between path, URL, etc... is...

I faced the same issue recently. It was reported as a BUG by my users. The solution I found was, in my case, to use `TouchableWithoutFeedback` from `react-native-gesture-handler`. It looks...