Thomas Zinnbauer

Results 11 comments of Thomas Zinnbauer

Great, thanks 👍🏻 . Works like a charm.

Had the same issue. Seems to be a border, so I just set the border color of the bounding container to null. Fixed it in my case... `

Have exactly the same issue. Found out as a quick fix workaround you can set formField.multiline = true; Then it does not change the fontSize while and after editing 🤷🏻‍♂️

@turpana ah cool, that's an option. I installed https://www.npmjs.com/package/react-native-dark-mode to check dark or light (because of maybe forthcoming app theme) and done something like this `... customStyles={{ datePicker: { backgroundColor:...

Hi, the blur image is a canvas, generated in the js. the canvas takes a "screenshot" of the current page and takes it for the background. Your page has actually...

Thanks @BrettGoreham for reporting. Actually I don't see an obvious fix to prevent this. Feel free to contribute...

My current workaround is now to work only with the url param and add the parmas to that... like a common url with query params. In my popInitialAction/listener I have...

Same issue here. What I experienced now is that my app displays the datepicker correctly in the "old" way when the app is built with XCode 11. My current app...