Update some text

This commit is contained in:
Dan Abramov
2023-03-16 22:33:16 +00:00
parent dc1f7768c5
commit 90e8ba6497
2 changed files with 4 additions and 5 deletions

View File

@@ -62,8 +62,7 @@ npx create-expo-app
If you're new to Expo, check out the [Expo tutorial](https://docs.expo.dev/tutorial/introduction/).
Expo is maintained by [Expo (the company)](https://expo.dev/about). Building apps with Expo is free, and you can submit them to the App Stores without any restrictions. Expo additionally provides opt-in paid cloud services.
Expo is maintained by [Expo (the company)](https://expo.dev/about). Building apps with Expo is free, and you can submit them to the Google and Apple app stores without restrictions. Expo additionally provides opt-in paid cloud services.
<DeepDive>

View File

@@ -10,13 +10,13 @@ import React from 'react';
import {colors, media} from 'theme';
const linkProps = {
href: 'https://beta.reactjs.org',
href: 'https://react.dev/blog/2023/03/16/introducing-react-dev',
target: '_blank',
rel: 'noopener',
};
const bannerText = 'Try out a preview of the new React Docs!';
const bannerLink = '👉 beta.reactjs.org';
const bannerText = 'This site is no longer updated.';
const bannerLink = 'Go to react.dev';
export default function SocialBanner() {
return (