Philip Su
Philip Su
It seems that `withObserver` enhanced components don't `observeCount` correctly when you set a field shortly after creation, vs. setting the same field during creation. For instance, if you have a...
## Description In cases where users use `LayoutAnimation` to smooth transitions upon swiping an item (e.g. perhaps swipe left deletes this Swipeable from a list), the non-open version of the...
Implements #2 in the current codebase. **Is it worth it?** Not sure. It increases the package size by about 80 bytes: More importantly, perhaps, it makes every loop of `shallowEqual*`...
Also warn against calling any of the methods without checking `Platform.OS` first.
**Describe the bug** Crashed with this: ``` Cannot remove an observer for the key path "playbackLikelyToKeepUp" from because it is not registered as an observer. ``` **To Reproduce** Interestingly, the...
This is an RFC for supporting the fading in of audio when you play(). The idea would be to support AVPlayerWrapper.rampSecs, which, if set to non-zero, fades audio in every...
This commit moved the podspec to root, breaking a bunch of Podfiles in the wild, but then also didn't include the podspec in the files array, so no distributions have...
## Summary: This enables projects to have multiple bundles built during the Xcode bundling phase (e.g. for projects where you might have a PhoneScene and a CarPlayScene each with their...
## Your Environment * Plugin version: 4.1.10 * Platform: iOS * OS version: 17.6.1 * Device manufacturer / model: iPhone 14 Pro * React Native version (`react-native -v`): 0.75.2 ##...