I am using native base for making app in react-native. I am new to both things. When I run the app It gives me this error:
Here is my code:
In my case, I didn't import a module in a component that I was using it in.
So, just check if you are importing the module you want to use...