UNPKG

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.

7 lines (4 loc) 146 B
import { NativeModules } from 'react-native'; const { RNEosEcc } = NativeModules; let ReactNativeEos = RNEosEcc; export default ReactNativeEos;