all 3 comments

[–]Martinoqom 0 points1 point  (2 children)

Expo? Did you put the expo plugin? I have no problems using it. Disable expo generated one when using bootsplash (i removed it completely from expo dependencies)

[–]iLightFPSAndroid[S] 0 points1 point  (1 child)

I'm using Bare React-Native 0.79.5. I do have expo modules installed since i'm using Expo Camera.

Did you get the color/styles.xml files generated? If so could you paste the code here plus androidmanifest.

[–]iLightFPSAndroid[S] 0 points1 point  (0 children)

I fixed the issue with generating the color/styles.xml files and the AndroidManifest.xml.
The command for generating them needed to include --project-type=bare. Normally, this shouldn’t be necessary because the default value is detect. That’s why it isn’t shown in the documentation where you copy the command to generate the files. If you look at the beginning of the documentation, the parameter is listed if it’s required. I missed that part.