-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when migrating from v0.54.0 to v0.55.0 #476
Comments
does it also happen if you use another engine instead of hermes? |
When i set /android/build/build.gradle to: project.ext.react = [ It stays the same. I also updated the hermes engine from 0.5.2 to 0.11.0 without effect. |
If you edit this line from the package.json inside node_modules/mobx-keystone to this: |
With Hermes 'off' and "react-native": "./src/index.ts", it gives following error: [email protected] & 0.60.5 without Hermes
For this, I should refactor quite a bit, I've done it before in other migrations. I'll do it in the next week and try again. When I set Hermes back on I have the same error as initially
Logic, since the src doesn't exist in 0.50 Thanks for the support yet, your package has been very helpful since the start! |
What if besides the other change you also set |
I just published v0.69.7 which has some changes that make it work for expo (the previous one was not), could you check if it works now? |
It's the same with 0.69.7
In node_modules/mox-keystone package.json:
|
When updating the mobx-keystone package in a react native app from v0.54.0 to v0.55.0 i have the following error:
I have previously migrated most of my other apps without issue ( node, electron )
It seems to only be with react native.
babel.config.js
package.json
Does anybody have similar experiences?
All versions from 0.55.0 on have this issue.
Kr,
The text was updated successfully, but these errors were encountered: