realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.81k stars 577 forks source link

(Feature Request) download realm-sync-cocoa progress bar when running react-native run-ios #1921

Open ghost opened 6 years ago

ghost commented 6 years ago

Goals

screen shot 2018-07-11 at 11 18 49

Is it possible to have progress bar showing when downloading things related to realm while running react-native run-ios?

Expected Results

Knowing the current download progress so that we know the download is not hang or stopped

Actual Results

No progress bar and thought it was hang or stopped, then I realise the download size is big enough (142.8 MB) when accessing the link to view the downloaded file size.

Steps to Reproduce

First time running react-native run-ios with realm installed

kneth commented 6 years ago

We are using node-fetch which doesn't provide a progress bar. But I agree with you that it could be useful.