Tried to register two views with the same name RNGestureHandlerButton
See original GitHub issuereact-navigation 3.1.3- it’s use RNGH react-native-gesture-handler 1.0.15
During i try to import anything from react-native-gesture-handler, for example:
import {RectButton} from 'react-native-gesture-handler';
i got error :

Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:15
Top Results From Across the Web
react native - Tried to register two views with the same name ...
So I'm using expo SDK32 and had the same issue. I tried: ... old package.json line (when name collision error was happening):.
Read more >Tried to register two views with the same name RNSVGSvgView
Hello, why I get this error message? Tried to register two views with the same name RNSVGSvgVie I want to use svg, and...
Read more >User Andrew - Stack Exchange
Tried to register two views with the same name RNGestureHandlerButton · stackoverflow.com · 31 · how to check if goBack() function is doable...
Read more >invariant violation: tried to register two views with the same ...
Invariant Violation : Tried to register two views with the same name RNGestureHandlerButton using wagmi charts. Comment. 1.
Read more >Attempted to register RCTBridgeModule class ...
Coding example for the question Attempted to register RCTBridgeModule class ... Tried to register two views with the same name RNGestureHandlerButton ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you are using Expo to build your react native app you do not have to import react-native-gesture-handler from npm or yarn. It is already in the expo package. If you import the package you will experience this error.
I’m using expo and uninstall react-native-gesture-handler.
Then,
appear