You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ To read more about code signing for your app and how you can generate the secret
122
122
123
123
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/).
124
124
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
+
125
128
## Publish App Update
126
129
127
130
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