React Native library for displaying expo plans
npm install react-native-expofp
yarn install
cd example/ios && pod install && cd ../../
yarn example run ios
yarn example run android
import { 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