Skip to content

Commit

Permalink
Update README.md (#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Jul 4, 2022
1 parent f9650a3 commit 859333e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This project hosts the JavaScript versions of [Realm](https://realm.io/). Curren

## Getting Started

Please see the detailed instructions in our docs to use [Realm JavaScript for Node.js](https://docs.mongodb.com/realm/sdk/node/) and [Realm JavaScript for React Native](https://docs.mongodb.com/realm/sdk/react-native/). Please notice that currently only Node.js version 10 or later (excluding 11) are supported.
Please see the detailed instructions in our docs to use [Realm JavaScript for Node.js](https://docs.mongodb.com/realm/sdk/node/) and [Realm JavaScript for React Native](https://docs.mongodb.com/realm/sdk/react-native/).

## Documentation

### Realm React Native and Node.js
Expand Down Expand Up @@ -49,8 +50,8 @@ See [CONTRIBUTING.md](https://github.com/realm/realm-js/blob/master/CONTRIBUTING

## Known issues

* Realm is not compatible with the Chrome Debugger. The following debugging methods are supported.
* [Flipper](https://fbflipper.com/) has many similar features in relation to the Chrome Debugger. Please consider trying out our [Hermes release](https://github.com/realm/realm-js/issues/3940) to use the Hermes Debugger in Flipper and set breakpoints in your code.
* Realm is not compatible with the legacy Chrome Debugger. The following debugging methods are supported:
* [Flipper](https://fbflipper.com/) has many similar features in relation to the Chrome Debugger.
* [Safari](https://reactnative.dev/docs/debugging#safari-developer-tools) also has a similar feature set, but requires [some setup](https://blog.nparashuram.com/2019/10/debugging-react-native-ios-apps-with.html) and only supports debugging in iOS.
* **NOTE:** For the above methods, it is not neccessary to enable `Debug with Chrome` in the Debug Menu.

Expand Down

0 comments on commit 859333e

Please sign in to comment.