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
fix: issue calling init from 0.75.0-rc.1 release (#2436)
When users call the cli through react-native (a deprecated path), it
hard-codes the platform name to 'react-native'. This is an error, and
doing this bypasses all template selection logic.
This excludes setting the platform name to 'react-native', which is
assumed.
0 commit comments