Home
last modified time | relevance | path

Searched refs:SNACK_URL (Results 1 – 3 of 3) sorted by relevance

/expo/docs/common/
H A Dsnack.ts1 export const SNACK_URL = 'https://snack.expo.dev'; constant
/expo/docs/components/plugins/
H A DSnackEmbed.tsx3 import { SNACK_URL } from '../../common/snack';
30 script.src = `${snackId ? 'https://snack.expo.dev' : SNACK_URL}/embed.js`;
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx10 import { SNACK_URL, getSnackFiles } from '~/common/snack';
79 <form action={SNACK_URL} method="POST" target="_blank" className="contents">