Jakub Piasecki

Results 133 comments of Jakub Piasecki

> I think we've done a lot in this PR and further issues may be addressed in the following PRs. We can do that. Could you open issues for the...

> Should the vanilla swipeable docs reference the new ones? It would be nice to show a warning that the new one should be used. > Should the vanilla swipeable...

I'll be helping with the upgrade

I've asked people from Expo and SDK 51 is not compatible with RN 0.76 (it won't compile due to underlying changes). Given that, I believe it may be best to...

Out of curiosity, should the new arch be enabled using environmental variable or inside Podfile? ```rb use_react_native!( ... new_arch_enabled: true, ... ) ```

> OMG. I accidentally imported ScrollView from RNGH (due to my IDE) and that's why it did not work. If I change the ScrollView import to be from react-native, it...

> Could GestureHandler be made to warn if its direct child is an RNGH back compat component? That should be doable, I'll need to double check whether it's detectable without...

There are still references to the removed components (like in `babel.config.js`), there's also still documentation for `Swipeable` component. Could you recheck to make sure they are all removed?

> but still it'd better if pan gesture could be handled after scroll. The problem here is that the scroll is still technically active (if you set `bounces={false}` on the...