python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
native-stack of react-navigation 6 does not find a route object
Under "react-navigation/stack" of react-navigation 6, It did well working all of function like useRoute, useNavigation..etc
But, I changed stack navigation to react-navigation/native-stack f...
rudenick
Votes: 0
Answers: 1
Panning an Animated.View, after being scaled, inside boundaries of parent View
I am using react-native-reanimated and react-native-gesture-handler to create a view that allows you to "explore" what's inside of it (even if it exceeds its width and height).
Here's my ges...
Ivanka Todorova
Votes: 0
Answers: 1
TypeError: global.__reanimatedWorkletInit is not a function. (In 'global.__reanimatedWorkletInit(_f)', 'global.__reanimatedWorkletInit' is undefined)
TypeError: global.__reanimatedWorkletInit is not a function. (In 'global.__reanimatedWorkletInit(_f)', 'global.__reanimatedWorkletInit' is undefined)
I am using React Native (not expo). I don't even...

toekneema
Votes: 0
Answers: 10
How to implement onEndReached in horizontal list [react-native & reanimated 2]
I need to create an horizontal FlatList, maybe like instagram stories, and trigger the onEndReached function at some time to know when download more items from backend.
Paul Rock
Votes: 0
Answers: 1