agrcrobles
babel-preset-react-native-web3
JavaScript

deprecated: babel preset for react native, web3 and babel 6

Last updated Aug 25, 2023
22
Stars
4
Forks
3
Issues
0
Stars/day
Attention Score
10
Language breakdown
JavaScript 100.0%
Files click to expand
README

babel-preset-react-native-web3

It is experimental but looks like it's working on web3 version 0.x

This makes crypto work on JavascriptCore using crypto-browserify and a pure javascript tiny implementation of randombytes.

Can be considered as a workaround, buffer and process global variable.

Overview

Getting started

# Install dependencies
yarn add --dev babel-preset-react-native-web3
yarn add web3@^0.20.2
  • Add the following in your .babelrc
{
  "presets": [
    // "babel-preset-react-native" or "babel-preset-expo",
    "babel-preset-react-native-web3"
  ]
}
  • Import globals in your App.js as described below:
App.js
import 'babel-preset-react-native-web3/globals';

See sample

  • https://gitlab.com/dapps/react-native-web3-sample

License

MIT @ zetta

© 2026 GitRepoTrend · agrcrobles/babel-preset-react-native-web3 · Updated daily from GitHub