You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`onCancelledMessage`|string|Optional|Sets notification cancelled message|`{ onCancelledMessage: "Video upload was cancelled" }`|
172
+
157
173
158
174
### getFileInfo(path)
159
175
@@ -289,19 +305,6 @@ Ensure `compileSdkVersion` and `targetSdkVersion` are 25.
289
305
290
306
Done!
291
307
292
-
## Known issues
293
-
294
-
Android APK 27 and above require notifications to provide their own `NotificationChannel`. `react-native-background-upload` does not yet meet this requirement and thus [will cause crashes in Android 8.1 and above](https://github.com/Vydia/react-native-background-upload/issues/59#issuecomment-362476703). This issue can be avoided by electing not to use native notifications.
0 commit comments