0.0.12 • Published 2 years ago

@retrip/react-native-js v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@retrip/react-native-js

solana web3.js api for RETRIP

NPM Version NPM Downloads License [changelog]

npm install @retrip/react-native-js readable-stream
yarn add @retrip/react-native-js readable-stream

Requirement

metro.config.js
module.exports = {
  resolver: {
    sourceExts: ["jsx", "js", "ts", "tsx", "cjs"],
    extraNodeModules: {
      stream: require.resolve("readable-stream"),
    },
  },
};

Examples

import { ____ } from "____";

.

import { ____ } from "____";

License

MIT