Lian Xun
Lian Xun
I'm also running into the same problem. Environment: react native: **v0.51** react native splash screen: **v3.0.9** ``` at android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:402) at android.view.WindowManagerGlobal.removeView (WindowManagerGlobal.java:328) at android.view.WindowManagerImpl.removeViewImmediate (WindowManagerImpl.java:84) at android.app.Dialog.dismissDialog (Dialog.java:431) at...
@thymikee I have made a repo here https://github.com/lavaxun/haul-issue. would be great if someone can help to investigate it.
do you have any idea on the issue after the initial investigation?
Did some quick hacks and managed to fix the issue here! https://github.com/lavaxun/haul/commit/f112dc0b832242856d2d65d20beb30b231fd971b Hope someone can send a proper PR to fix this issue. Context: I suspect this has got to...
I have made a PR https://github.com/callstack/haul/pull/494 to fix the issue by using webpack banner in production environment.
setting the lowerValue before upperValue cause problem. as you can see from the attached, I'm using the demo file and i change both minimumValue & lowerValue to 10. the problem...
> @brunolemos I have found the root of the problem though I haven't found a solution. > It seems during building `web`, `next.config.js` is not loaded. Finding out why could...
> @lavaxun I cloned your repo and the problem persists. That's strange. May I know which version of node.js are you using? Besides, can you try to switch to this...
@geofmureithi great to hear that! :) I suspect that the next.js v10.x `build` command changes the sequences of loading up and merging the typescript definition file `.d.tsx`. So I tried...
I'm also encountering the same issue as you. May I know what was your solution / workaround for this? @MariusParasca