bond-it
bond-it
I found workaround. I commented line in file com.dieam.reactnativepushnotification.modules.RNPushNotificationActions: `// context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));` Maybe better approach is using this line only for android below 12: ``` if (android.os.Build.VERSION.SDK_INT
I also had this problem on Android. When I moved an item, several items disappeared from the list. I solved this problem by modifying keyExtractor. I used just item.id. After...
Documentation already contains settings for IOS: ``` Controls the iOS silent switch behavior Platforms: iOS "inherit" (default) - Use the default behavior "ignore" - Play audio even if the silent...