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(ios): deal with the latest cli breaking change
I've also:
* made platform props access lazy
* moved the important cli code to ts
* added required arguments checks
* fixed some test snapshots
* exposed the package types
fix: prefer buildGradlePath from cli instead of path.join
Somehow RN cli app name may be undefined, causing exceptions
on the path join call, to mitigate this, I've added a preference
to use the cli's buildGradlePath