react-native-eos
Version:
At eva coop, we used to browserify and polyfill eosjs in order to sign transactions. Block.one also recently made their eosjs compatible with React-Native using the same method.
24 lines (23 loc) • 404 B
JSON
{
"name": "react-native-eos",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"eva",
"eos",
"native",
"ecc",
"client",
"blockchain"
],
"author": "Eva Foundation",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
}
}