-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RevenueCat CI
committed
Jan 19, 2024
1 parent
32299d9
commit 49f3a77
Showing
11 changed files
with
33 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.15.0 | ||
7.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
### New Features | ||
* 📱 Initial support for cross-platform RevenueCat Paywalls 🐾 🧱 (#837) | ||
|
||
### Instructions: | ||
- Update your `package.json` to include `react-native-purchases-ui`: | ||
```json | ||
{ | ||
"dependencies": { | ||
"react-native-purchases": "7.15.0", | ||
"react-native-purchases-ui": "7.15.0" | ||
} | ||
} | ||
``` | ||
|
||
### Usage: | ||
```javascript | ||
import RevenueCatUI, { PAYWALL_RESULT } from "../react-native-purchases-ui"; | ||
|
||
async function presentPaywallIfNeeded() { | ||
const paywallResult: PAYWALL_RESULT = await RevenueCatUI.presentPaywallIfNeeded({ | ||
requiredEntitlementIdentifier: "pro" | ||
}); | ||
} | ||
``` | ||
|
||
You can find more information in [our documentation](https://www.revenuecat.com/docs/displaying-paywalls#react-native). | ||
### RevenueCatUI | ||
* Add `displayCloseButton` parameters to functions (#842) via Cesar de la Vega (@vegaro) | ||
### Dependency Updates | ||
* Updates purchases-hybrid-common to 8.11.1 (#849) via RevenueCat Git Bot (@RCGitBot) | ||
* [Android 7.3.5](https://github.com/RevenueCat/purchases-android/releases/tag/7.3.5) | ||
* [Android 7.3.4](https://github.com/RevenueCat/purchases-android/releases/tag/7.3.4) | ||
* [iOS 4.32.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.32.0) | ||
### Other Changes | ||
* Use parameter instead of multiple commands to install yarn dependencies (#843) via Toni Rico (@tonidero) | ||
* Separate yarn caches by machine type (#841) via Toni Rico (@tonidero) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters