https://github.com/hyochan/doobooiap
Aims for feature set examples of react-native-iap
https://github.com/hyochan/doobooiap
Last synced: 11 months ago
JSON representation
Aims for feature set examples of react-native-iap
- Host: GitHub
- URL: https://github.com/hyochan/doobooiap
- Owner: hyochan
- License: mit
- Archived: true
- Created: 2020-02-08T08:38:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T02:50:40.000Z (over 2 years ago)
- Last Synced: 2025-02-15T13:42:49.088Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.72 MB
- Stars: 45
- Watchers: 5
- Forks: 11
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoobooIAP (Deprecated)
> No longer maintained. Please see the [example code](https://github.com/dooboolab/homepage/blob/1176daaf39a3bbccc7a1b46dfd18b29ee980929a/src/components/pages/Sponsor.tsx) in [dooboolab.com](https://github.com/dooboolab/homepage) instead.
[](https://circleci.com/gh/hyochan/DoobooIAP)
[](https://codecov.io/gh/hyochan/DoobooIAP)

> DoobooIAP repo aims to create full featured example app for in app purchase with [react-native-iap](https://github.com/dooboolab/react-native-iap). Bringing up the [issue provided in react-native-iap](https://github.com/dooboolab/react-native-iap/issues/855), 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
```sh
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:
```sh
yarn test
```
### React version
16.9
### React Native version
0.61
### React navigation
4