You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a clean install (create-react-native-app and then yarn run eject) the whack link command removes a slew of executables found in node_modules/.bin, including react-native so the whack run start command does not work.
On a clean install (
create-react-native-appand thenyarn run eject) thewhack linkcommand removes a slew of executables found innode_modules/.bin, includingreact-nativeso thewhack run startcommand does not work.Did I do something wrong?