Skip to content

Commit 5b38ede

Browse files
authored
fix(docs): update broken links (#683)
Hi! 👋 I am learning Expo and React Native, and while going through several of the examples, I noticed broken links. This PR is to update them. Thanks!
1 parent 24cc9d8 commit 5b38ede

9 files changed

Lines changed: 8 additions & 10 deletions

File tree

with-apollo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
- The Apollo configuration lies in the `apollo.js` file.
2424
- The file also contains an option (with commented code) to pass an authorization token to the API.
25-
- [Apollo Client Docs](https://www.apollographql.com/docs/react/v3.0-beta/)
25+
- [Apollo Client Docs](https://www.apollographql.com/docs/react/v3)

with-aws-storage-upload/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This example demonstrates how to use the AWS Amplify to provision and use the AP
44

55
> Check out the [AWS Amplify](https://docs.amplify.aws/) docs.
66
7-
Try it at https://exp.host/@ykbryan/aws-storage-upload
8-
97
## Launch your own
108

119
[![Launch with Expo](https://github.com/expo/examples/blob/master/.gh-assets/launch.svg?raw=true)](https://launch.expo.dev/?github=https://github.com/expo/examples/tree/master/with-aws-storage-upload)

with-drawer-navigation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
## 📝 Notes
2222

2323
- This is a very basic example from the [react navigation](https://reactnavigation.org/) docs.
24-
- [Drawer navigation documentation](https://reactnavigation.org/docs/drawer-based-navigation).
24+
- [Drawer navigation documentation](https://reactnavigation.org/docs/drawer-navigator).
2525
- [Reanimated Babel plugin may be required](https://github.com/software-mansion/react-native-reanimated/issues/3410)

with-facebook-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Follow the steps [described in the Facebook for Developers documentation](https://developers.facebook.com/docs/apps/register).
2020
- Add the "Facebook Login" product and configure it ([screenshot](https://i.imgur.com/i1UAkIh.png)).
2121
- Under **Client OAuth settings**, enable **Embedded Browser OAuth Login**.
22-
- Under **Valid OAuth Redirect URIs**, add `https://auth.expo.io/@your-username/your-app-slug`. Replace `your-username` with your Expo account's username and `your-project-slug` with your project's slug. You can find the project's slug in the Expo config file on the [`slug`](/versions/latest/config/app/#slug) field. Click **Save changes**.
22+
- Under **Valid OAuth Redirect URIs**, add `https://auth.expo.io/@your-username/your-app-slug`. Replace `your-username` with your Expo account's username and `your-project-slug` with your project's slug. You can find the project's slug in the Expo config file on the [`slug`](https://docs.expo.dev/versions/latest/config/app/#slug) field. Click **Save changes**.
2323
- Make the app public ([screenshot](https://i.imgur.com/7m7iqcg.png))
2424
- Swap out the `FB_APP_ID` in `App.js` with your Facebook app's ID.
2525

with-moti/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ You can generate native iOS and Android projects from your Expo config file (**a
5555

5656
- [Expo Reanimated docs](https://docs.expo.dev/versions/latest/sdk/reanimated)
5757
- [Moti docs](https://moti.fyi/)
58-
- [Reanimated docs](https://docs.swmansion.com/react-native-reanimated/docs/2.0.0-alpha.8/)
58+
- [Reanimated docs](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started)
5959
- Keep up with the creator of Moti [Fernando Rojo](https://twitter.com/FernandoTheRojo) for updates.

with-router-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Expo Router AI Chatbot
22

3-
Use [Expo Router](https://docs.expo.dev/router/introduction/) with [AI SDK](https://ai-sdk.dev/docs/getting-started/expo) and [Nativewind](https://www.nativewind.dev/v4/overview/) styling.
3+
Use [Expo Router](https://docs.expo.dev/router/introduction/) with [AI SDK](https://ai-sdk.dev/docs/getting-started/expo) and [Nativewind](https://www.nativewind.dev/docs) styling.
44

55
## Launch your own
66

with-router-menus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use native context menus to quickly manipulate state and data in your UI.
77
## 📦 Features
88

99
- [Expo Router](https://docs.expo.dev/router/introduction/) is used for file-based navigation.
10-
- [Nativewind](https://www.nativewind.dev/v4/overview/) styling is used for Tailwind/`className` support.
10+
- [Nativewind](https://www.nativewind.dev/docs) styling is used for Tailwind/`className` support.
1111
- Zeego is used on iOS and Android for menus.
1212
- A custom version of [shadcn/ui • Dropdown](https://ui.shadcn.com/docs/components/dropdown-menu) is used on web for styled menus.
1313

with-splash-screen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ This example shows you how to create an animated splash screen for your app. It
2424
## 📝 Notes
2525

2626
- [Expo Assets guide](https://docs.expo.dev/versions/latest/guides/assets/)
27-
- [Expo Splash Screen guide](https://docs.expo.dev/versions/latest/guides/splash-screens/)
27+
- [Expo Splash Screen guide](https://docs.expo.dev/develop/user-interface/splash-screen-and-app-icon/)

with-tailwindcss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Expo Router and Tailwind CSS
22

3-
Use [Expo Router](https://docs.expo.dev/router/introduction/) with [Nativewind](https://www.nativewind.dev/v4/overview/) styling.
3+
Use [Expo Router](https://docs.expo.dev/router/introduction/) with [Nativewind](https://www.nativewind.dev/v5) styling.
44

55
## Launch your own
66

0 commit comments

Comments
 (0)