Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

fnando/rn-stellar-sdk-sample

Repository files navigation

This app has been configured with the following steps:

  1. Add the following postinstall script:
yarn rn-nodeify --install url,events,https,http,util,stream,crypto,vm,buffer --hack --yarn
  1. yarn add -D rn-nodeify
  2. Uncomment require('crypto') on shim.js
  3. react-native link react-native-randombytes
  4. Create file rn-cli.config.js
module.exports = {
  resolver: {
    extraNodeModules: require("node-libs-react-native"),
  },
};
  1. Add import "./shim"; to the top of index.js
  2. yarn add stellar-sdk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published