Relative Content

Tag Archive for react-nativereact-native-reanimatedreact-native-gesture-handler

React Native Reanimated: Swipeable Tabs Work, but Clicking on Tab Titles Only Works Once

I’m building a swipeable tab system in my React Native app using react-native-reanimated and react-native-gesture-handler. The user can swipe between tabs or click on the tab titles to navigate. Swiping between tabs works perfectly, but clicking on a tab title only works once. After clicking a title, I must swipe again before being able to click another title.

React Native Reanimated: Swipeable Tabs Work, but Clicking on Tab Titles Only Works Once

I’m building a swipeable tab system in my React Native app using react-native-reanimated and react-native-gesture-handler. The user can swipe between tabs or click on the tab titles to navigate. Swiping between tabs works perfectly, but clicking on a tab title only works once. After clicking a title, I must swipe again before being able to click another title.

React Native Reanimated: Swipeable Tabs Work, but Clicking on Tab Titles Only Works Once

I’m building a swipeable tab system in my React Native app using react-native-reanimated and react-native-gesture-handler. The user can swipe between tabs or click on the tab titles to navigate. Swiping between tabs works perfectly, but clicking on a tab title only works once. After clicking a title, I must swipe again before being able to click another title.

RN Modal with Gesture stuck on iOS

I created a native Modal with using Gesture from react-native-gesture-handler so that the Modal can be closed by swiping down. On iOS, after closing the modal and switching to other screens a few times, the app freezes/closes or needs to be restarted. There is no error in the console, but there is a message in Xcode that the app was stopped.