From cf7a656e5c7ceb764b5fcf8822802b1f69494ddd Mon Sep 17 00:00:00 2001 From: William Huster Date: Mon, 11 Nov 2024 11:20:45 -0500 Subject: [PATCH] Go away, typo --- .../clients/mobile/react-native/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/clients/mobile/react-native/README.md b/{{cookiecutter.project_slug}}/clients/mobile/react-native/README.md index dbc916b6..e9069cf9 100644 --- a/{{cookiecutter.project_slug}}/clients/mobile/react-native/README.md +++ b/{{cookiecutter.project_slug}}/clients/mobile/react-native/README.md @@ -186,12 +186,12 @@ Prod includes testflight and teststore testing on these should not pollute the p To deploy to the test stores you can use the two GH actions: You must remember to update the version number in [app.config.js](./app.config.js) -[expo-teststore-build-android.yml](/{{ cookiecutter.project_slug }}r/.github/workflows/expo-teststore-build-android.yml) -[expo-teststore-build-ios.yml](/{{ cookiecutter.project_slug }}r/.github/workflows/expo-teststore-build-ios.yml) +[expo-teststore-build-android.yml](/{{ cookiecutter.project_slug }}/.github/workflows/expo-teststore-build-android.yml) +[expo-teststore-build-ios.yml](/{{ cookiecutter.project_slug }}/.github/workflows/expo-teststore-build-ios.yml) In case of a bug you can also use expo-updates to quickly push a temporary fix using: -[expo-teststore-build-ios.yml](/{{ cookiecutter.project_slug }}r/.github/workflows/expo-teststore-build-ios.yml) +[expo-teststore-build-ios.yml](/{{ cookiecutter.project_slug }}/.github/workflows/expo-teststore-build-ios.yml) This is only temporary and should be resolved as soon as possible, the update is only available to users with the app already any new downloads will need another push to update (users will also have to close and reopen the app).