Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/docs/expo/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: "Release notes for the Superwall Expo SDK"

# Changelog

## 1.0.4

### Patch Changes

- Update Android & iOS SDK, add TestMode support, fix undefined in attributes

## 1.0.3

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions content/docs/expo/guides/configuring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Expo apps inherit the native Superwall option surface. The following fields were
"Enables mock Play Store review flows so you can test in development without Play Store services.",
default: "false",
},
testModeBehavior: {
type: '"automatic" | "whenEnabledForUser" | "never" | "always"',
description: "Controls when the SDK enters test mode. When active, purchases are simulated and product data is retrieved from the Superwall dashboard. Set to \"always\" during development to test your entire paywall flow without StoreKit or Play Store.",
default: '"automatic"',
},
}}
/>

Expand All @@ -46,6 +51,7 @@ export function App() {
shouldObservePurchases: true,
maxConfigRetryCount: 4,
useMockReviews: __DEV__,
testModeBehavior: "automatic",
}}
>
{/* your app */}
Expand Down
2 changes: 1 addition & 1 deletion content/docs/expo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ If you have feedback on any of our docs, please leave a rating and message at th

If you have any issues please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues).

<SdkLatestVersion version="v1.0.3" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.0.4" repoUrl="https://github.com/superwall/expo-superwall" />
2 changes: 1 addition & 1 deletion content/docs/expo/sdk-reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ If you have feedback on any of our docs, please leave a rating and message at th

If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues).

<SdkLatestVersion version="v1.0.3" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.0.4" repoUrl="https://github.com/superwall/expo-superwall" />
Loading