Skip to content

Commit

Permalink
docs: update gold tier
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Dec 25, 2023
1 parent aab9482 commit 29c2d3c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Expand Up @@ -6,7 +6,7 @@
"typescriptreact"
],
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand All @@ -22,5 +22,8 @@
},
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifier": "relative",
"prettier.configPath": ".prettierrc.js"
"prettier.configPath": ".prettierrc.js",
"cSpell.words": [
"hyochan"
]
}
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -48,17 +48,19 @@ Follow [this guide](./IapExample/README.md) to get the example running.

## Sponsors

### Silver Tier
### <p style="color: gold;">Gold Tier</p>

| [Revenuecat](https://www.revenuecat.com) |
| [NAMI](https://namiml.com) |
|:--:|
| <a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="300"/></a> |
| <a href="https://namiml.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/89d71f61-bb73-400a-83bd-fe0f96eb726e" width="450"/></a> |

### Bronze Tier

| [NAMI](https://namiml.com) |
### <p style="color: silver;">Silver Tier</p>

| [Revenuecat](https://www.revenuecat.com) |
|:--:|
| <a href="https://namiml.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/89d71f61-bb73-400a-83bd-fe0f96eb726e" width="150"/></a> |
| <a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="300"/></a> |


Support this project by becoming a sponsor. Your logo will show up here with
a link to your website. [Buy me a coffee](https://www.buymeacoffee.com/dooboolab) or
Expand Down
15 changes: 8 additions & 7 deletions docs/docs/support-us.mdx
Expand Up @@ -17,16 +17,17 @@ this project to be maintained. If you'd like to help us, please contact the [mai

## Our Sponsors

### Silver Tier
### <p style="color: gold;">Gold Tier</p>

| [Revenuecat](https://www.revenuecat.com) |
| [NAMI](https://namiml.com) |
|:--:|
| <a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="300"/></a> |
| <a href="https://namiml.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/89d71f61-bb73-400a-83bd-fe0f96eb726e" width="450"/></a> |

### Bronze Tier

| [NAMI](https://namiml.com) |
### <p style="color: silver;">Silver Tier</p>

| [Revenuecat](https://www.revenuecat.com) |
|:--:|
| <a href="https://namiml.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/89d71f61-bb73-400a-83bd-fe0f96eb726e" width="150"/></a> |
| <a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="300"/></a> |

After 5 years of maintenance, we finally have an official sponsor. I am deeply grateful. πŸ™‡πŸ»β€β™‚οΈ
After 6 years of maintenance, we finally have an official sponsor. I am deeply grateful. πŸ™‡πŸ»β€β™‚οΈ

0 comments on commit 29c2d3c

Please sign in to comment.