Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jg210 authored Mar 7, 2024
1 parent 2edd9cc commit ff262bd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
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
```
```

0 comments on commit ff262bd

Please sign in to comment.