-
I'm using webtorrent on react native, with the help of rn-nodeify. But I got an error: Option 'port' is required at index.js:20:44
**What version of WebTorrent?**
0.98.9
**What operating syst…
dpxcc updated
6 years ago
-
"browser" in package.json is too restrictive for environments like react-native, where there is a lot more functionality available. For example, in our project ([tradle](https://github.com/tradle)), w…
-
OS:
- [ ] Windows
- [x] MacOS
- [ ] Linux
_Platform:_
- [x] iOS
- [ ] Android
Output of `node -v && npm -v && npm ls --prod --depth=0`
```
v8.5.0
5.6.0
flately@0.0.1 /Users/kri…
-
I was able to get this working by bypassing `require('react-native-randombytes')`:
```
const RNRandomBytes = require('react-native').NativeModules.RNRandomBytes;
RNRandomBytes.randomBytes(4, (e…
-
### Is this a bug report?
Yes
### Environment
There was a crash on one of our **Android users** devices (Samsung SM-T110 Android 4.2.2 API 17) while they were using the production version of …
-
It seems that this library uses AsyncStorage and not leveldb (which supports range queries, etc). Is this correct?
-
On a fresh edge-login install to react native, when I run react-native run-ios it will build successfully but when attempting to use the app it gives me the error.
> bundling failed: UnableToResolv…
-
Hi. I cloned the repo and I am trying to build the project but the npm goes into "loadIdealTree" step and is unable to install the dependencies. If I keep it open I get the following error:
`FATAL …
-
### Environment
react-native:
```
⇒ react-native -v
react-native-cli: 2.0.1
react-native: 0.46.1
```
node: `v8.1.3`
npm: `5.0.3`
yarn: `0.27.5`
1. Target Platform: iOS
2. Development O…
-
### Is this a bug report?
yes
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
yes
### Environment
### Steps …