Remove outdated note from README.

This commit is contained in:
Toni Cárdenas 2016-11-10 17:18:04 +01:00 committed by GitHub
parent bd828dde13
commit a0e8a5c97a
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
## Usage ## Usage
Note: only the asynchronous API is supported, due to the limitations of having to go over the RCTBridge, and there being no secure RNG in JavaScriptCore (Math.random is a bit of a joke in the industry)
```js ```js
var randomBytes = require('react-native-randombytes') var randomBytes = require('react-native-randombytes')