diff --git a/example/basic/App.tsx b/example/basic/App.tsx index 7bb2890..9cf9417 100644 --- a/example/basic/App.tsx +++ b/example/basic/App.tsx @@ -20,7 +20,7 @@ export default function App() { {!!shareIntent.text && {shareIntent.text}} {!!shareIntent.meta?.title && ( - {JSON.stringify(shareIntent.meta)} + {JSON.stringify(shareIntent.meta)} )} {shareIntent?.files?.map((file) => ( )} {!!shareIntent.text && {shareIntent.text}} + {!!shareIntent.meta?.title && ( + {JSON.stringify(shareIntent.meta)} + )} {shareIntent?.files?.map((file) => ( {!!shareIntent.text && {shareIntent.text}} + {!!shareIntent.meta?.title && ( + {JSON.stringify(shareIntent.meta)} + )} {shareIntent?.files?.map((file) => (