Billy Jacoby
Billy Jacoby
Initial `width` and `height` are inaccurate when manually setting `.defaultSize` on `RCTMainWindow`
### Description When setting a custom height and/or width on the `RCTMainWindow`, the values reported by `useWindowDimension` are incorrect until the window is either moved or resized. ### Steps to...
### Check Existing Issues - [X] I have checked existing issues, and this issue is not a duplicate ### Description When using either the full or split menu bar shape...
I spent far longer than I would care to admit getting this working yesterday, and I think a clearer example would drastically help that. ##### Description of change Fixes: #####...
When using this library I'm unable to infer the prop types for the AnimateableText component. I'm also unable to use this component with NativeWind, which is quite a bummer. I'd...
First cut at adding Turnkey support to our SDK. One big gotcha to know here is that you need to provide endpoints for purpose built API to communicate with the...
Specifically when trying to run the Bugsnag script to upload source maps this bash line is failing: `APP_VERSION=$(/usr/libexec/PlistBuddy -c "print :CFBundleShortVersionString" "$INFO_PLIST")` I'm getting `Print: Entry, ":CFBundleShortVersionString", Does Not Exist`...
### Version v5 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms iOS ### What happened? When typing in a BottomSheetTextInput inside of a BottomSheetModal if the content...
Enums [can make tree shaking less efficient](https://bargsten.org/jsts/enums/). In other proto generation libraries there is an option to instead generate enums `as const` values. I would love a similar option in...