an eos wallet
cd wallet
npm i
/node_modules/react-native-smart-barcode/Barcode.js
error:
importReact,{PropTypes,Component,}from'react'import{View,requireNativeComponent,NativeModules,AppState,Platform,}from'react-native'correct:
importReact,{Component,}from'react'import{View,requireNativeComponent,NativeModules,AppState,Platform,}from'react-native'importPropTypesfrom'prop-types'npm run android/react-native run-android
npm run ios/react-native run-ios
npm version:3.10.10
node version:v6.11.2