Skip to content

Commit

Permalink
Update Snack to .dev domain (facebook#2701)
Browse files Browse the repository at this point in the history
* Update Snack to .dev domain

* port domain change to the latest versioned docs

Co-authored-by: Bartosz Kaszubowski <[email protected]>
  • Loading branch information
IjzerenHein and Simek authored Jul 22, 2021
1 parent 44d6340 commit eb5cb77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import GuideLinuxAndroid from './\_getting-started-linux-android.md'; import Gui

This page will help you install and build your first React Native app.

**If you are new to mobile development**, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native and, while it has many [features](https://expo.io/features), the most relevant feature for us right now is that it can get you writing a React Native app within minutes. You will only need a recent version of Node.js and a phone or emulator. If you'd like to try out React Native directly in your web browser before installing any tools, you can try out [Snack](https://snack.expo.io/).
**If you are new to mobile development**, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native and, while it has many [features](https://expo.io/features), the most relevant feature for us right now is that it can get you writing a React Native app within minutes. You will only need a recent version of Node.js and a phone or emulator. If you'd like to try out React Native directly in your web browser before installing any tools, you can try out [Snack](https://snack.expo.dev/).

**If you are already familiar with mobile development**, you may want to use React Native CLI. It requires Xcode or Android Studio to get started. If you already have one of these tools installed, you should be able to get up and running within a few minutes. If they are not installed, you should expect to spend about an hour installing and configuring them.

Expand Down
2 changes: 1 addition & 1 deletion plugins/remark-snackplayer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Remark SnackPlayer</h1>

<p align="center">Remark plugin to embed <a href="https://snack.expo.io/">Expo Snack's</a> using Code Blocks</p>
<p align="center">Remark plugin to embed <a href="https://snack.expo.dev/">Expo Snack's</a> using Code Blocks</p>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
'https://widget.surveymonkey.com/collect/website/js/tRaiETqnLgj758hTBazgd8ryO5qrZo8Exadq9qmt1wtm4_2FdZGEAKHDFEt_2BBlwwM4.js',
defer: true,
},
{src: 'https://snack.expo.io/embed.js', defer: true},
{src: 'https://snack.expo.dev/embed.js', defer: true},
],
favicon: 'img/favicon.ico',
titleDelimiter: '·',
Expand Down
2 changes: 1 addition & 1 deletion website/snackPlayerInitializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default (() => {

// Reset snack iframes on theme changes to sync theme
// Hacky, but no better solution for now
// see https://github.com/expo/snack-web/blob/master/src/client/components/EmbedCode.tsx#L60
// see https://github.com/expo/snack/blob/main/website/src/client/components/EmbedCode.tsx#L61
const setupThemeSynchronization = () => {
new MutationObserver((mutations, observer) => {
if ('ExpoSnack' in window) {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.64/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import GuideLinuxAndroid from './\_getting-started-linux-android.md'; import Gui

This page will help you install and build your first React Native app.

**If you are new to mobile development**, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native and, while it has many [features](https://expo.io/features), the most relevant feature for us right now is that it can get you writing a React Native app within minutes. You will only need a recent version of Node.js and a phone or emulator. If you'd like to try out React Native directly in your web browser before installing any tools, you can try out [Snack](https://snack.expo.io/).
**If you are new to mobile development**, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native and, while it has many [features](https://expo.io/features), the most relevant feature for us right now is that it can get you writing a React Native app within minutes. You will only need a recent version of Node.js and a phone or emulator. If you'd like to try out React Native directly in your web browser before installing any tools, you can try out [Snack](https://snack.expo.dev/).

**If you are already familiar with mobile development**, you may want to use React Native CLI. It requires Xcode or Android Studio to get started. If you already have one of these tools installed, you should be able to get up and running within a few minutes. If they are not installed, you should expect to spend about an hour installing and configuring them.

Expand Down

0 comments on commit eb5cb77

Please sign in to comment.