| /expo/home/graphql/fragments/ |
| H A D | CommonSnackData.fragment.graphql | 1 fragment CommonSnackData on Snack {
|
| /expo/docs/pages/tutorial/ |
| H A D | introduction.mdx | 29 …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 D | SnackInline.tsx | 56 // 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 D | SidebarFooter.tsx | 30 title="Expo Snack"
|
| /expo/packages/expo-image/ |
| H A D | README.md | 43 > It is not available with Snack yet.
|
| /expo/ios/Exponent/Kernel/AppLoader/CachedResource/ |
| H A D | EXManifestResource.m | 329 …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 D | HeadingCase.yml | 180 - Snack
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 17 …Sharing a link to a GitHub repository or [Snack](https://snack.expo.dev/) are best. Include any in…
|
| /expo/docs/pages/ |
| H A D | core-concepts.mdx | 52 | Create and share example apps in the browser with [Snack][build/introduction/]. | <YesIcon /> | <…
|
| H A D | index.tsx | 129 Expo’s Snack lets you try Expo 138 Create a Snack
|
| /expo/docs/ |
| H A D | README.md | 41 …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 D | CHANGELOG.md | 97 - Fix `fromModule` on restrictive (Snack) web environments. ([#14435](https://github.com/expo/expo/…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | stripe.mdx | 50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
|
| H A D | location.mdx | 93 'Oops, this will not work on Snack in an Android Emulator. Try it on your device!'
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | stripe.mdx | 50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
|
| H A D | image.mdx | 45 > **Info** `expo-image` is not yet available in Snack.
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | color-themes.mdx | 110 > [Snack](https://snack.expo.dev) is locked to light mode.
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | location.mdx | 93 'Oops, this will not work on Snack in an Android Emulator. Try it on your device!'
|
| H A D | stripe.mdx | 55 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 D | stripe.mdx | 50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
|
| H A D | image.mdx | 45 > **Info** `expo-image` is not yet available in Snack.
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | stripe.mdx | 50 Trying out Stripe takes just a few seconds. Connect to [this Snack](https://snack.expo.dev/@charlie…
|
| H A D | image.mdx | 45 > **Info** `expo-image` is not yet available in Snack.
|
| /expo/home/graphql/ |
| H A D | types.ts | 122 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 D | HomeScreenView.tsx | 195 // Remove all projects except Snack, because they are tied to device id
|