itinance / itinance/react-native-fs

The phone is plugged into the computer and you can't see the new files.

Open
#576 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

We wrote some logs on the mobile device, and the mobile device can view the files, but more often we need to view the logs on the pc side. There are also solutions,

`Uri uri = Uri.fromFile(file);
Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, uri);
activity.sendBroadcast(intent);`

But I won't be Android

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.