The generate command's output is putting files in the wrong directory by default #731
-
|
I wanted to make an issue but saw that react-native 0.76.9 is no longer supported. My project is at this version at the moment and it might take a while until we can update it to >0.80 since it's a pretty big bare bones react-native project. for some reason, when I run the command but when I do it in a new freshly created project it works fine: could anyone tell me what could be making this happen? I can't seem to programatically hide the splash screen since many issues pointed at wrong setups being the reason for this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
for anyone wondering if you stumble upon this in the future, I had to add the |
Beta Was this translation helpful? Give feedback.


for anyone wondering if you stumble upon this in the future, I had to add the
--project-type=bareflag, then it worked correctly.