node-libs-react-native icon indicating copy to clipboard operation
node-libs-react-native copied to clipboard

Node core modules for React Native

Results 16 node-libs-react-native issues
Sort by recently updated
recently updated
newest added

I'm trying to use "node-libs-react-native" as an alternative to "rn-nodeify" in my project. when app first launch always get error "Cannot read property 'slice' of undefined" ![Screenshot 2023-05-29 122950](https://github.com/parshap/node-libs-react-native/assets/82165349/8ea14b5e-ba51-4bfd-9935-ea25e0e2aff6) ![Screenshot...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Error:Requiring module "node_modules\react-native-crypto\index.js",which threw an exception:TypeError:null is not an object(evaluating 'RNRdandomBytes.seed')

can i use this https://www.npmjs.com/package/imap imap library in react native

[react-native-crypto](https://github.com/tradle/react-native-crypto#deprecated) and [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes#deprecated) are stated as deprecated. Both point to the [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values) alternative.

Fs is null and this cause many problems `export const fs = require.resolve('react-native-level-fs')`

Sorry it is probably a beginner mistake. I followed the docs and required 'node-libs-react-native/globals' in my app like this: ``` // index.js require('node-libs-react-native/globals'); import { AppRegistry } from 'react-native'; import...

node-util add util.promisify from v0.11.0 https://github.com/browserify/node-util/releases/tag/v0.11.0

My app, though very small in terms of my code, is 200MB which is mostly due to node-libs-react-native. Is there any way to reduce the size? Are all libraries required...

fix process.send undefined while debug React Native with Attach Package