Arjen
Arjen
https://github.com/jlobos/instagram-web-api#getPrivateProfilesFollowRequests
```tsx const gridLayoutMaker = ({ numColumns, itemheight}: { numColumns: number; itemheight: number;}) => new GridLayoutProvider( numColumns, (i) => 0, (i) => { return 1; }, (i) => itemheight, 0 );...
Use something like this: https://github.com/callstack/react-native-pager-view
It looks like the expo build.gradle the kotlinVersion is not specified, if we override this manually to 1.6.0 it works
@robertherber https://docs.expo.dev/versions/latest/sdk/build-properties/
@robertherber This should work
When we downgrade to ``` "react-native-reanimated": "2.8.0", "react-native-gesture-handler": "2.2.1", ``` It's still not working.. Looks like it's a react native 0.69.0 issue or something
We can't create a snack because SDK 45/46 does not yet work on Snack with react-native-gesture-handler + react-native-reanimated
What is very strange is that if i import enableLogging and call it enableLogging() it works great.
@RichardLindhout Yeah works fine now!