Skip to content

FirmaChain/firma-station-mobile

Repository files navigation

Firma Station for Mobile

How to build and run firma-station-mobile

1. install

  1. Create a project with git clone.
  2. Replace the 'package.json' file with the 'origin-package.json' file.
  3. Install modules.
  
    npm install
  
  1. Proceed in the following order.
  
  cd ios
  pod install
  cd ..

  npm i --save-dev tradle/rn-nodeify
  ./node_modules/.bin/rn-nodeify --hack --install
  
  1. Add the following code to the shim.js file
  
    ...
    if (typeof BigInt === 'undefined') global.BigInt = require('big-integer');
  
  1. Imports shim.js to index.js.

2. Run

  
  npm run ios
  npm run android