Aykut Saki

Results 19 comments of Aykut Saki

> I had also solved my issue. For anyone with similar problems you can try the following: First I ended up using their built in useAnimatedRef, to call "setNativeProps" within...

Try on production. Epic Games may be blocking localhost connections.

Did you try to deploy Vercel or Netlify?

Thanks for contribution. Please update README.md too

clean yarn cache ```bash yarn cache clean ``` delete `yarn.lock` and `node_modules`

currently the only solution is to not use abstract target. My podfile was something like that `Podfile` ```ruby # react-native-permissions def node_require(script) # Resolve script with node to allow for...

> I'm re-opening this as I would like to update docs to include a note on this. I've tested your solution and have it working in my commercial app An...

> @Jpunt > > The logic behind it is the following: > > 1. ScrollView is higher in hierarchy, takes precedence over gesture handler from react-navigation > 2. When scrollPos...