Skip to content

Commit ffc10b4

Browse files
authored
Merge pull request #18 from vladimir-vovk/main
docs(readme): add warning about correct value for `updates.url` param
2 parents ffcb79d + ca07862 commit ffc10b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ To read more about code signing for your app and how you can generate the secret
122122

123123
To use the OTA updates in your React Native app, please refer to the [expo-updates configuration](https://docs.expo.dev/versions/latest/sdk/updates/).
124124

125+
⚠️ The `updates.url` parameter in the [app config](https://docs.expo.dev/workflow/configuration) should be set to `https://your-domain-name/api/manifest`. Notice the `/api/manifest` path. Otherwise, you will get the HTML page. ⚠️
126+
See docs on the `updates.url` parameter [here](https://docs.expo.dev/versions/latest/config/app/#url).
127+
125128
## Publish App Update
126129

127130
We provide a simple script `build-and-publish-app-release.sh` in the `scripts` folder to build and publish your app updates, copy it to your RN app root folder and run it from there:

0 commit comments

Comments
 (0)