DoobooIAP icon indicating copy to clipboard operation
DoobooIAP copied to clipboard

Aims for feature set examples of react-native-iap

DoobooIAP (Deprecated)

No longer maintained. Please see the example code in dooboolab.com instead.

CircleCI codecov

c6EeH7k2dN

DoobooIAP repo aims to create full featured example app for in app purchase with react-native-iap. Bringing up the issue provided in react-native-iap, we'd like to fully generate working example app.

Setup firebase

Copy .env.sample to .env and add firebase variables of your own. cp .env.sample .env

Running the project

Running the project is as simple as running

yarn start

This runs the start script specified in our package.json, and will spawn off a server which reloads the page as we save our files. Typically the server runs at http://localhost:8080, but should be automatically opened for you.

Testing the project

Testing is also just a command away:

yarn test

React version

16.9

React Native version

0.61

React navigation

4