I dont know if it is a bug or not, But I have a onLayout event on a screen that is setting some value in the store. When I first render the view with the render function, the onLayout event is not triggering.
I tried to call a custom event onLayout but is not working either. Any suggestions
Since you're not in a native environment, the onLayout is not triggering, because there's no layout phase. You'll need to mock it
@thymikee please dont close the issue, any help with this. Ok I mock it, but how do I trigger it
Most helpful comment
@thymikee please dont close the issue, any help with this. Ok I mock it, but how do I trigger it