Jake Foraker

Results 4 issues of Jake Foraker

Seeing this warning in Xcode: ```[Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(_:)``` ------ Xcode version `Version 14.0 (14A309)` Running on IOS 16.0 simulator...

Firstly thank you for the fine work! TIL there is a thing called ["floating keyboard"](https://apple.stackexchange.com/questions/371345/how-to-enable-the-ipad-quicktype-floating-keyboard-mini-keyboard) for iPad. You can enable it by pinching on the keyboard on iPad and disable...

First off let me say WOW this is amazing! The draft-js ecosystem is so fragmented right now and this brings everything together so nicely. Well done!! Is there support for...

enhancement

### Description Current behavior I am trying to present a Stack.Navigator as a fullScreenModal of a different stack, like so: ``` {/* Modal flows */} ``` My app needs to...

Platform: iOS
Repro provided