In react-native project Importing drawer cause an error

30 Views Asked by At

I am a beginner react-native developer and still learning things from different sources, currently I started creating small project where I decided to use drawer navigation. I followed the source and created the project as it was written but after importing drawer component (which consists to routes) in App.tsx, It cause an error "Cannot read property "is Configured" of undefined" please help me solve this problem . The code is small and please check it:

https://github.com/sabaPhruidze/ReviewApplication

I tried this source for solving the case but it did not solve it "https://reactnavigation.org/docs/drawer-navigator/"

0

There are 0 best solutions below