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
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 -