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:
Just kill all node process and start npm server and run application:
Step1: run command killall -9 node
For windows users, run:
taskkill /im node.exeRun
taskkill /f /im node.exeif the process still persists.
Step2: run command npm start --reset-cache
Step3: run command react-native run-ios OR react-native run-android