-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
[![build status](https://github.com/jg210/expo-experiments/actions/workflows/checks.yml/badge.svg)](https://github.com/jg210/expo-experiments/actions/workflows/checks.yml) | ||
|
||
A [react native](https://reactnative.dev/)/[Expo](https://expo.dev/) app for testing out new technologies. It shows data from the [spring-experiments](https://github.com/jg210/spring-experiments) API. | ||
|
||
Expo is setting up an adb reverse tunnel, but doesn't use it unless tell it to with this env. var.: | ||
|
||
## Development Build Instructions | ||
|
||
Install nodenv and node-build (or use any other way to put correct version of node on PATH): | ||
|
||
* https://github.com/nodenv/nodenv#installation | ||
* https://github.com/nodenv/node-build#installation | ||
|
||
To run the app (on android), (setting environment variable to avoid problem from expo not using the adb reverse tunnel it sets up): | ||
|
||
``` | ||
. environment | ||
REACT_NATIVE_PACKAGER_HOSTNAME=localhost npm run android --localhost | ||
``` | ||
``` |