Ryan O'Gorman
Ryan O'Gorman
This needs a real fix for sure, but as a workaround I was able to get it to work by doing this: ```ts import PI from "react-phone-input-2"; const ReactPhoneInput =...
Just to add another case for this, I'm getting what I think is a related bug when I try to use Enzyme's `simulate` function to simulate a change event on...
@evantahler Are you still working on this? I'd love to use a TS-based client in my project 🙂
I know this is old, but that `TouchableHighlight` also breaks the `stickyHeaderIndices` prop in `scrollViewProps`, because the `ScrollView` only ever has a single child when it's scrollable.