Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 664 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 664 Bytes

react-native-gomobile-ipfs

⚛️ � Decentralized access to the interplanetary file system for React Native.�

Installation

npm install react-native-gomobile-ipfs
# Add CoreBluetooth to the "Link Binaries with Libraries" section of your target's __Build Phases__.

Usage

import { multiply } from 'react-native-gomobile-ipfs';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library