Commit d53582d
authored
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.1 parent 28b4f6c commit d53582d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
0 commit comments