Hi
i have a component with different states, when i assign some value in another state, i get a runtime error [null]
How can i load all the states at once? using creationpolicy or anyther way?
In TabNavigator, creationpolicy=all solves that problem, but how to solve this issue when there are many states?
Thanks