Mutable Studio
Mutable Studio
Seems like this code should support LTE. When on LTE with Wi-Fi off, on an iPhone 6S (iOS 9.3.5) isReachableViaWWAN reports false.
I posted an SO question: https://stackoverflow.com/questions/69177531/kmm-with-ios-arm64-binary-framework-xcframework-and-cinterop I'm following this guide to use an iOS framework without CocoaPods inside KMM: https://kotlinlang.org/docs/kmm-add-dependencies.html#without-cocoapods My iOS framework is a .xcframework aka Binary Framework. Can...
Project is Expo detached. We switched package.json to point to master, and when we call snapshot manager in a release build (works fine in dev mode) it produces this crash:...
No comments necessary
I have followed all the Android setup instructions and have FCM setup, google-services.json, etc. `registerNotificationReceivedForeground` and `registerNotificationReceivedBackground` events both fire on Android but the completion() call does not show the...
IN `https://wix.github.io/react-native-notifications/docs/notifications-events` the docs say ``` Notifications.events().registerNotificationReceivedBackground((notification: Notification, completion: (response: NotificationCompletion) => void) => { console.log("Notification Received - Background", notification.payload); // Calling completion on iOS with `alert: true` will present...