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
I tried the fix in issue #234 but without any luck since the build is not being done locally and seems like Expo is ignoring the postinstall in the package.json, has anyone found any workaround for this?
Note: I tried taking the repo outside of the node_modules, replacing line 31 from provided to implementation and putting it in the parent directory, linking it in the package.json as local repo dependency, the build succeeds but the app crashes on start.
Expo build fails with the follwing error:
I tried the fix in issue #234 but without any luck since the build is not being done locally and seems like Expo is ignoring the postinstall in the
package.json
, has anyone found any workaround for this?Note: I tried taking the repo outside of the
node_modules
, replacing line 31 from provided to implementation and putting it in the parent directory, linking it in thepackage.json
as local repo dependency, the build succeeds but the app crashes on start.and
The text was updated successfully, but these errors were encountered: