We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada2481 commit 28f9e1cCopy full SHA for 28f9e1c
android.js
@@ -18,7 +18,7 @@ const RNFetchBlob:RNFetchBlobNative = NativeModules.RNFetchBlob
18
* @param {string} mime MIME type string
19
* @return {Promise}
20
*/
21
-function actionViewIntent(path:string, mime = 'text/plain':string) {
+function actionViewIntent(path:string, mime:string = 'text/plain') {
22
if(Platform.OS === 'android')
23
return RNFetchBlob.actionViewIntent(path, mime)
24
else
0 commit comments