Merge pull request #1515 from realm/debugging-disclaimer

Update Readme.md to include debugging disclaimer
This commit is contained in:
Brian Munkholm 2017-11-20 13:17:25 -08:00 committed by GitHub
commit 0cb423a098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ npm install --build-from-source=realm
- Check [node-gyp](https://github.com/nodejs/node-gyp) manual for custom installation procedure for Windows
## Issues with debugging
Some users have reported the Chrome debugging being too slow to use after integrating Realm into their react-native project. This is due to the blocking nature of the RPC calls made through the Realm library. It is an ongoing issue and we are actively working on fixing it. See https://github.com/realm/realm-js/issues/491 for more information.
## Running the tests