Created
February 26, 2025 12:05
-
-
Save okwasniewski/08fd667da16e1f6609f37efe96183396 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const productIDs = ["com.swiftui.montly.storeview", "com.swiftui.yearly.storeview"]; | |
export default function App() { | |
return ( | |
<SwiftUIStoreViewView style={styles.container} productIDs={productIDs} /> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment