Home
last modified time | relevance | path

Searched refs:Snack (Results 1 – 25 of 39) sorted by relevance

12

/expo/home/graphql/fragments/
H A DCommonSnackData.fragment.graphql1 fragment CommonSnackData on Snack {
/expo/docs/pages/tutorial/
H A Dintroduction.mdx29 …ode so that you can follow along by creating an app from scratch or using Snack examples to copy a…
35 > **info** The complete source code for this tutorial is available on [Snack](https://snack.expo.de…
69 > **Wait, what is this "Open in Snack" button?**
71 > Snack is a web-based editor that works similarly to an Expo project. It's a great way to share co…
73 > Go ahead and press the above button. You will see the above code running in a Snack. Try to switc…
75 > Throughout this tutorial, use Snack to copy and paste the code into your project on your computer…
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx56 // Get a SDK version that Snack will understand. `latest` and `unversioned`
57 // are meaningless to Snack so we filter those out and use `LATEST_VERSION` instead
106 {buttonTitle || 'Open in Snack'}
/expo/docs/ui/components/Sidebar/
H A DSidebarFooter.tsx30 title="Expo Snack"
/expo/packages/expo-image/
H A DREADME.md43 > It is not available with Snack yet.
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXManifestResource.m329 …attedMessage = rawMessage; // From server: `The Snack runtime for corresponding sdk version of thi…
360 return @"This Snack is incompatible with this version of Expo Go";
368 @"https://snack.expo.dev": @"Expo Snack website",
/expo/docs/.vale/writing-styles/expo-docs/
H A DHeadingCase.yml180 - Snack
/expo/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml17 …Sharing a link to a GitHub repository or [Snack](https://snack.expo.dev/) are best. Include any in…
/expo/docs/pages/
H A Dcore-concepts.mdx52 | Create and share example apps in the browser with [Snack][build/introduction/]. | <YesIcon /> | <…
H A Dindex.tsx129 Expo’s Snack lets you try Expo
138 Create a Snack
/expo/docs/
H A DREADME.md41 …React components that provide additional functionality, such as embedding Snack examples, represen…
288 ### Inline Snack examples
296 <SnackInline label='My Example Label' dependencies={['array of', 'packages', 'this Snack relies on'…
308 Everything in here is hidden in the example Snack until
311 // to shorten the length of the Snack shown in our docs. Common example are hiding useless code in …
/expo/packages/expo-asset/
H A DCHANGELOG.md97 - Fix `fromModule` on restrictive (Snack) web environments. ([#14435](https://github.com/expo/expo/…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dstripe.mdx50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
H A Dlocation.mdx93 'Oops, this will not work on Snack in an Android Emulator. Try it on your device!'
/expo/docs/pages/versions/unversioned/sdk/
H A Dstripe.mdx50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
H A Dimage.mdx45 > **Info** `expo-image` is not yet available in Snack.
/expo/docs/pages/develop/user-interface/
H A Dcolor-themes.mdx110 > [Snack](https://snack.expo.dev) is locked to light mode.
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocation.mdx93 'Oops, this will not work on Snack in an Android Emulator. Try it on your device!'
H A Dstripe.mdx55 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dstripe.mdx50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
H A Dimage.mdx45 > **Info** `expo-image` is not yet available in Snack.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dstripe.mdx50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
H A Dimage.mdx45 > **Info** `expo-image` is not yet available in Snack.
/expo/home/graphql/
H A Dtypes.ts122 snacks: Array<Snack>;
3630 deleteSnack: Snack;
4296 snacks: Array<Snack>;
4419 export type Snack = Project & { alias
4449 byHashId: Snack;
4454 byId: Snack;
5049 snacks: Array<Snack>;
5137 snacks: Array<Snack>;
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx195 // Remove all projects except Snack, because they are tied to device id

12