You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
I tried porting hypercore to React Native and try it on Android, but got stuck by the use of synchronous file access in various dat modules, like fs.readFileSync in hypercore-protocol (messages.js, line 5)
I tried porting
hypercore
to React Native and try it on Android, but got stuck by the use of synchronous file access in various dat modules, likefs.readFileSync
inhypercore-protocol
(messages.js, line 5)(already discussed about this with @mafintosh and @Karissa )
A full description of my issue can be found at stackoverflow:
General advice:
The text was updated successfully, but these errors were encountered: