itinance / itinance/react-native-fs
The phone is plugged into the computer and you can't see the new files.
Open
- 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.