Boubaker93

Results 9 comments of Boubaker93

Yes me too i'm getting this error in version 1.0.2. @Eesssn will try that out but as you said the best solution :D thx for that @Eesssn

Hello @prscX thanks for your quick response, Yes i'm facing this problem on android (did not try it on iOS) My react-native version is **0.58.6** My test device is using...

Hello @prscX I tried the `collapsable:false` in my view like in this exemple : ``` { if (!ref) return const props = { order: 11, title: 'This is a target...

> I'm having the same issue on both iOS and Android - tried 0.0.18 and 0.0.17 > @Boubaker93 have you managed to make it work with views?* @ljuborados no still...

Hello @prscX is there any updates about this issue ?

@danieljgp2 No you cant directly use it on anything other than buttons. But i found a work around : You can just wrap your element into a touchableOpacity and set...

@danieljgp2 i don't know, i did not try that out honestly.

I don't know why typescript is complaining even thought the type of ref has `React.RefObject` as type ![Screen Shot 2021-06-30 at 5 45 48 PM](https://user-images.githubusercontent.com/11636786/124000826-e47e4100-d9cb-11eb-9383-6100f4f70d49.png) ``` const firstNameInputRef = useRef(null);...

Thank you very much! This also helped me to fix this MQTT error i was getting.