Problem with Ui.Picker - screen blank

Former Member
Former Member
I have a problem with a simple Picker. The screen is blank, but when I press UP/DOWN, the screen appears. The problem doesn't show in the simulator, only on the device (Fenix 3, v7.00)

Here's a gist with my app: https://gist.github.com/danielsiwiec/311fb3ffb54415670c7a0e5e0df160cd

Am I doing something obviously wrong?

Also, I noticed, that I can't set up Picker to be the first view by passing it to the getInitialView(). The app stops right away. That's why I had to use that weird ScreenClearingView that instantly (onLayout) pushes the Picker view - if anyone knows a cleaner way of doing this, I'd also appreciate it.

Greatly appreciate any help!

Thanks,
Dan