Spencer Yoder
Spencer Yoder
> Will add this fix in the next release, thanks! @yogevbd Is there any ETA on when the next version is going to be release?
I am seeing the same issues on "react-native-navigation": "7.28.0", "react-native": "0.68.2",
I am seeing the same issue as well, across different OS versions. 6.0.1 all the way to 12. "react-native": "0.68.2", "react-native-navigation": "7.28.0", ``` java.lang.NullPointerException: Attempt to invoke virtual method 'com.reactnativenavigation.viewcontrollers.navigator.Navigator...
Hey @tjzel, I tried it out and saw small improvements with `omitNativeOnlyData`, I also tried it with `substituteWebPlatformChecks` and didn't see any changes While still scratching my head at it,...
I am not an expert in webpack either, and there was a comment in the code for a long time ago "// Add every directory that needs to be compiled...
The size is much better now after I updated my webpack to not transform the package. I also added to my webpack config to cut down on the size too....
Hey @markerikson, just circling back to this, is there anything I can do on my end for this or does this need to be solved at a project level since...
Ahh bummer. I would be open to looking into it and creating a PR if that something you would consider and or would want. I spent some time looking into...
I can play around with that and see how it works. Would that still keep the hook in a `isUninitialized` state?
I spent some time on this today, and maybe I wasn't setting this up correctly, but as soon as the hook renders it is in a loading state. I tested...