i cannot find a way to make react-navigation work at all. i copied the working examples from the internet but they don\'t seem to work too. can someone tell me what i am doing w
Just kill all node process and start npm server and run application:
Step1: run command killall -9 node
killall -9 node
Step2: run command npm start
npm start
Step3: run command react-native run-ios OR react-native run-android
react-native run-ios
react-native run-android