Rob Pearmain

Results 9 comments of Rob Pearmain

Thanks, great work, so good for testing +3 floating bus On Sun, 4 Sep 2022 at 18:06, MartianGirl ***@***.***> wrote: > Hi, thanks for the suggestion. > > I've got...

I am getting the same problem after the app has been inactive

So far on an iOS device (iPhone and iPad), not on android My workaround is on the event onContentProcessDidTerminate I set the url to null using state and then set...

It would be good to have maybe a option to reload on onContentProcessDidTerminate with a maximum retries On Fri, 3 May 2024 at 21:03, Stefan Wrobel ***@***.***> wrote: > Android,...

The solution is in measure.component.js to check for if (node): ``` const measureSelf = () => { const node = (0, react_native_1.findNodeHandle)(ref.current); //react_native_1.UIManager.measureInWindow(node, onUIManagerMeasure); if (node) { react_native_1.UIManager.measureInWindow(node, onUIManagerMeasure); }...

Hi. Is there a release, or planned release soon to fix the measureInWindow issue please https://github.com/facebook/react-native/issues/41730

I am getting this error too "react-native-ui-lib": "^6.24.0", and "react-native-ui-lib": "^6.25.0",

This error is occurring regularly when I use the overflow menu from the root screen. It would be great if this could be approved and rolled out

renderInput does fix it, but there is probably and underlying issue here with the rendering of the default input that needs to be addressed