You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,10 @@ This library is optimized for performance:
353
353
1.**Tabs not animating**: Make sure you have properly installed and configured react-native-reanimated
354
354
2.**Gestures not working**: Ensure react-native-gesture-handler is properly set up
355
355
3.**TypeScript errors**: Make sure you have the latest version of the library
356
+
4.**"Tried to register two views with the same name RNGestureHandlerButton"**: This error occurs when there are multiple instances of react-native-gesture-handler. To fix:
357
+
- Clear Metro cache: `npx react-native start --reset-cache`
0 commit comments