方法一:打开mac终端,进入项目目录,删除 node_modules文件(sudo rm -r -f node_modules),然后执行npm install ,接着执行 react-native upgrade,然后clean项目,重新运行。运行之前clean一下,编译一下,然后重新打开,多试几次。
方法二:xcode Product->Scheme->Manage Schemes click '+' at the Target to select "React" and set the React is shared.