-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Actions list is empty #2329
Comments
Please try to reproduce it with Example project. Probably you are using Actions before it is created. Try to wrap it into function, like |
@aksonov Thanks! My mistake! I'm trying to migrate from v3 to v4 and I was using |
Yes. Just pass |
Ok! Thanks! |
Hello!
Version
Tell us which versions you are using:
Expected behaviour
Actions.myScene
should transition to that sceneActual behaviour
throws
underfined is not a function
Steps to reproduce
Could not start Example project to reproduce. It gave me
native module cannot be null
I have almost same setup as in README. But in my case
Actions
does not have any information about my scenes. I've tried to logcreate
andprocessScene
innavigationState (Actions)
- they never called.What I'm missing?
The text was updated successfully, but these errors were encountered: