Micah Lindley
Micah Lindley
> @micahlt could you give it a try with 0.71.0-rc3 and check if this issue is resolved? Hopefully I'll have time to test it. I tried upgrading from 0.70.6 to...
Can confirm that a fresh project compiles and runs correctly! 🎉
Whoops - looks like I spoke too soon. I just ran `npm run android` instead of `npx react-native run-android --variant=release`. Debug variant works, but trying to build a release is...
Output of `npx react-native run-android --variant=release --verbose`: ``` npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. info Starting JS server... * daemon not running; starting now at...
I'll attempt to do this. However, doesn't that mean the project won't have access to Hermes' performance improvements?
> I think Nicola just want to verify that his suspicion is correct, not that it is a work around for you to use :) Gotcha, thanks for clarifying! I'll...
@cortinico Your suspicions are correct. Setting `hermesEnabled` to false allows the app to build correctly. I'd be glad to help out with a fix, but I don't have experience with...
Love this!
Coming back to this, I don't see a ton that could be done to improve mobile styling. Just testing on various small screen sizes works perfectly fine and is pretty...
As has been stated before, this is a great idea but I personally have no experience with submodules and wouldn't even know where to start here. Plus this should be...