-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I tried it in the previous release too & also in this release but the only reason I can't use PNPM is because it doesn't work using CRNA.
Now its giving error - Cannot find module 'babel-plugin-transform-flow-strip-types'
Steps to repro -
create-react-native-app myApp
rm -rf node_modules && rm yarn.lock
pnpm i
pnpm start