Skip to content

Commit 28f9e1c

Browse files
authored
fix annotation
1 parent ada2481 commit 28f9e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const RNFetchBlob:RNFetchBlobNative = NativeModules.RNFetchBlob
1818
* @param {string} mime MIME type string
1919
* @return {Promise}
2020
*/
21-
function actionViewIntent(path:string, mime = 'text/plain':string) {
21+
function actionViewIntent(path:string, mime:string = 'text/plain') {
2222
if(Platform.OS === 'android')
2323
return RNFetchBlob.actionViewIntent(path, mime)
2424
else

0 commit comments

Comments
 (0)