Josh Buchea
Josh Buchea
We ran into this issue at my job recently. I'm not sure if this is the best solution, but we were ultimately only able to resolve by adding a `marginLeft`...
Running into the same issue on Android using RN `0.63.2`.
We would love to be able to respect our user's preference to reduce motion on Android. Is there anything we can do to help move this along? I'm not familiar...
@vivianking6855 if you set the `initialListSize` prop to the total number of rows for your list, it will render the entire list at once.
@vivianking6855 yes, I'm seeing similar performance with a large data set (~ 750 items).
It will accept an array also, but it does need to be structured as on object with the keys if you want the sections & ABC jump-to. I suppose you...
The install location can vary for different system configurations, but for me `idb` was installed to `/Users/joshbuchea/Library/Python/3.9/bin/idb` after installing with `pip3 install --user fb-idb`. Running macOS Big Sur `11.2.3`. I...
@jeroencoumans did you ever attempt an implementation using NSNotificationCenter? Is this approach worth pursuing?
The fix doesn't work for me either. Status bar disappears after tapping status bar. Anyone have any idea how to get this plugin working with iOS 8?
Does the fork welldone-software/cordova/statusTap work with iOS 8?