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
cd RNapp && npm install --no-optional && cd .. (otherwise you will get an error that @scope/ui could not be found. if you want to use yarn, make sure to remove @scope/ui module from the package.json before running yarn, you can add it back after the command has finished)
mkdir RNapp/node_modules/@scope && cd RNapp/node_modules/@scope && ln -s ../../../ scoped-module ui && cd ../../