This package is a bridge to use the Fula libp2p protocols in the react-native
npm install react-native-fula
import { file, fula } from 'react-native-fula'; // ... //Connect to the box const status = await fula.connect("[Your Box address]"); //Store file to the box const cid = await file.send(decodeURI("[File path]")); //Get file path form the box const filepath = await file.receive(cid);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT