You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# react-native-app-clip
2
2
3
3
> **Warning**
4
-
> Starting with version 0.3.0, react-native-app-clip requires **Expo SDK 51** and **React Native 0.74**.
4
+
> Starting with version 0.4.0, react-native-app-clip requires**Expo SDK 52** and **React Native 0.76**. Downgrade to 0.3.1 if you wish to use**Expo SDK 51** and **React Native 0.74**.
5
5
6
6
Expo Config Plugin that generates an App Clip for iOS apps built with Expo.
// It's generally safer to use `mergeContents` to insert new content into the Podfile, but this new target should always be inserted at the end of the file.
59
+
podfileContent=podfileContent
60
+
.concat(`\n\n# >>> Inserted by react-native-app-clip\n`)
61
+
.concat(appClipTarget)
62
+
.concat(`\n\n# <<< Inserted by react-native-app-clip\n`);
0 commit comments