AP Fritts

Results 9 issues of AP Fritts

### Platforms affected All ### What does this PR do? RN 0.68 has deprecated and will eventually remove `ViewPropTypes` ([see post](https://github.com/facebook/react-native/issues/21342)). This adds the `deprecated-react-native-prop-types` package and uses that instead....

Hi @jasongaare! Thank you for this wonderful little tooltip library! We're going to use it in our app and needed a few tweaks to make it work the way we...

Hi! I'm trying to get Google sign-in to work with an iOS app + Mac Catalyst, but the Safari browser never launches on macOS in order to actually perform the...

The provided `completionHandler` is being saved to the `remoteNotificationCallbacks` dictionary, but the native `onFinishRemoteNotification:(NSString *)notificationId fetchResult:(UIBackgroundFetchResult)result` function didn't actually lookup and call the completion handler. I believe this fixes that...

### Platforms affected All ### What does this PR do? RN 0.68 has deprecated and will eventually remove `ViewPropTypes` ([see post](https://github.com/facebook/react-native/issues/21342)). This adds the `deprecated-react-native-prop-types` package and uses that instead....

**NOT READY FOR REVIEW** I have not tested this yet. Converting to TypeScript since it becomes a lot easier to code and simple catch bugs. In this PR, I have:...

Hi @jasongaare! Another quick update that we're using in our app. We recently updated to RN 0.68 and some typing seemed to be off so I updated some dependencies and,...

Updating composer dependencies; fixing Shmock\Instance augmented types annotation

The live widget is great and provides an easy at a glance status of my charge, especially on iPhone 14 with the always on screen! 2 things: - the flashing...