Realm-js: download realm-sync-cocoa-x.x.x.tar.gz after yarn every time

Created on 5 Nov 2018  路  5Comments  路  Source: realm/realm-js

Goals

Expected Results

Actual Results


Steps to Reproduce

Code Sample

Version of Realm and Tooling

  • Realm JS SDK Version: ?
  • Node or React Native: ?
  • Client OS & Version: ?
  • Which debugger for React Native: ?/None
O-Community

Most helpful comment

Hey! I need this "feature" too!

All 5 comments

Hey! I need this "feature" too!

I need this too!!
Why it should download realm-sync-cocoa every time?!
There should be a way to prevent this
Or at least change its address to local file and every time it downloads file from local

Any suggestion?

suffer from this as well, it is very time consuming to download realm-sync-cocoa every time run yarn, remember that older version can re-used the downloaded file on local, do not need to download every time

i build a local http server. and download sync and core file from realm.io, then i create a path just like the download url. after that i change the host realm.io from package.json to my local server address such as 192.168.1.1, then it should download from local server. and it it should be faster. but you need to change package.json every time after yarn new packages.

Hey - looks like you forgot to add a T:* label - could you please add one?

Was this page helpful?
0 / 5 - 0 ratings