Skip to content

Instantly share code, notes, and snippets.

@okwasniewski
Created February 26, 2025 12:05
Show Gist options
  • Save okwasniewski/08fd667da16e1f6609f37efe96183396 to your computer and use it in GitHub Desktop.
Save okwasniewski/08fd667da16e1f6609f37efe96183396 to your computer and use it in GitHub Desktop.
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