diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-08 15:52:12 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-08 15:52:12 -0500 |
commit | 92ca49ab9a309510a5503a4df6a0ebcfba30f918 (patch) | |
tree | 55d6741b92bf613ba8e197084965a00fc09dfe28 /README.md | |
parent | efe65e70d7f8a4f30e4c780c5fdb56f3c81f377e (diff) | |
download | voidsky-92ca49ab9a309510a5503a4df6a0ebcfba30f918.tar.zst |
Add web target
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index b69f6b0dd..352fc769f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ In-progress social app. Uses: - [React Native](https://reactnative.dev) -- (blocked) [React Native for Web](https://necolas.github.io/react-native-web/) - - Needs [0.18 preview release #2248](https://github.com/necolas/react-native-web/pull/2248) to merge +- [React Native for Web](https://necolas.github.io/react-native-web/) - [React Navigation](https://reactnative.dev/docs/navigation#react-navigation) - (todo) [MobX](https://mobx.js.org/README.html) and [MobX State Tree](https://mobx-state-tree.js.org/) - (todo) [Async Storage](https://github.com/react-native-async-storage/async-storage) @@ -18,6 +17,7 @@ Uses: - `cd ios ; pod install` Installs the React Navigation deps ([info](https://reactnative.dev/docs/navigation#installation-and-setup)). - To run the iOS simulator: `yarn ios` - To run the Android simulator: `yarn android` +- To run the Web app: `yarn web` - Tips - `npx react-native info` Checks what has been installed. - Android instructions are a *little* inaccurate but not as much as you might think. I had to manually create a virtual device, then run `yarn android` twice (once to start the emulator and the second time to connect to it). \ No newline at end of file |