Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions content/docs/expo/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ description: "Release notes for the Superwall Expo SDK"

# Changelog

## 1.1.4

### Patch Changes

- b23c170: Ensure that methods await for config finish before triggering
- 0aa884e: Update podspec to pick proper iOS target

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Document the Expo 56 deployment-target bump

Because 1.1.4 changes the podspec to mirror ExpoModulesCore's installed iOS/tvOS deployment target, Expo SDK 56+ projects now need their app target to be at least ExpoModulesCore's minimum (the upstream podspec comment calls out 16.4 for SDK 56+). The install guide still tells users to set deploymentTarget to 15.1, and the bare React Native Expo-modules guide says the same, so users following the docs on Expo 56+ can still hit the CocoaPods “required a higher minimum deployment target” failure this release is meant to address. Please update the version-targeting/setup docs to say 15.1 is only the floor and to match ExpoModulesCore's minimum when it is higher.

Useful? React with 👍 / 👎.


## 1.1.3

### Patch Changes
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.1.3" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.1.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.1.3" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.1.4" repoUrl="https://github.com/superwall/expo-superwall" />
Loading