python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Animate multiple interpolation at the same time in React-Reanimated v2
I was looking for this Animation for my Custom Drawer Navigation:
Instead, I got this:
My Codes are:
Main Component:
import * as React from 'react';
import { View } from 'react-native';
import { cre...
Maruf
Votes: 0
Answers: 1
Render Error requireNativeComponent: "RNGestureHandlerRootView" was not found in the UIManager
Help me to fix this error.
Render Error
requireNativeComponent: "RNGestureHandlerRootView" was not found in the UIManager.
Invariant Violation: requireNativeComponent: "RNGestureHandler...
Rashini Gamalath
Votes: 0
Answers: 2
drawer navigator not working properly with reanimated 2
So i am using drawer-navigator (react-navigation). Everything was working fine until i upgraded the packages. Here is the new version of it and its dependencies;
"@react-navigation/drawer": ...

Irfan wani
Votes: 0
Answers: 0
Requiring module "node_modules\@react-navigation\drawer\src\index.tsx" while using Drawer Navigation
I am working on building a React Native application. I have installed React navigation stack and worked on it, it works fine. When I installed Drawer navigation and tried to use that, it came up with ...
barath thangam
Votes: 0
Answers: 1