React Native library for displaying expo plans
npm install react-native-expofpyarn install
cd example/ios && pod install && cd ../../
yarn example run ios
yarn example run androidimport { ExpofpView } from "react-native-expofp";
// ...
<ExpofpView url="https://demo.expofp.com/" />See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library