Skip to content

vvvictorlee/wallet

 
 

Repository files navigation

an eos wallet

Build project:

cd wallet
npm i

fix react-native-smart-barcode build error:

/node_modules/react-native-smart-barcode/Barcode.js

error:

import React, {
    PropTypes,
    Component,
} from 'react'
import {
    View,
    requireNativeComponent,
    NativeModules,
    AppState,
    Platform,
} from 'react-native'

correct:

import React, {
    Component,
} from 'react'
import {
    View,
    requireNativeComponent,
    NativeModules,
    AppState,
    Platform,
} from 'react-native'
import PropTypes from 'prop-types'

run android:

npm run android/react-native run-android

run ios:

npm run ios/react-native run-ios


npm version:3.10.10
node version:v6.11.2

About

an open resource eos wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.6%
  • JavaScript 21.9%
  • Objective-C 1.6%
  • Other 0.9%