chore(demo): Expo 57 and Expo development build - #1341
Draft
hgray-instawork wants to merge 2 commits into
Draft
Conversation
## Summary - Upgrade the demo from Expo SDK 53 to SDK 57 (`react-native` 0.86.3, `react-native-screens` ~4.26). - Add `react-native-worklets` (required by Reanimated 4). - Corrected maps `showsPointsOfInterests` for new version. [Asana](https://app.asana.com/1/47184964732898/project/1204008699308084/task/1217876198464405)
## Summary - Switch the demo from Expo Go to a local development build (`expo-dev-client` + `expo run:ios` / `expo run:android`). - Display changed to **Hyperview**. - Default XML server URL is `http://127.0.0.1:8085`. `0.0.0.0` is a listen address; iOS will not load it. Physical devices still pass `BASE_URL` with the machine’s LAN IP. - Native bundle / application ID is `org.hyperview.demo`. - Demo HXML sets `color="black"` on shared text styles. Expo Go’s Android theme defaults unstyled text to black; a development build uses DayNight `textColorPrimary` (faded). - `update-demo.sh` installs `expo-dev-client` and `react-native-worklets`. | iOS | Android | | -- | -- | |  |  | [Asana](https://app.asana.com/0/0/1217876198464400)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes: