babel preset for react native, web3 and babel 6
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.
# Install dependencies
yarn add --dev babel-preset-react-native-web3
yarn add web3@^0.20.2
.babelrc
{
"presets": [
// "babel-preset-react-native" or "babel-preset-expo",
"babel-preset-react-native-web3"
]
}
globals
in your App.js
as described below:App.js
import 'babel-preset-react-native-web3/globals';
MIT @ zetta