diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 18:23:22 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 18:23:22 -0500 |
commit | 1a1d313801b5ad6ff6cf182881c615b864cfc21d (patch) | |
tree | 4c4e144cd63f49b2f69e1b5a50a3b45a14d56fbf /README.md | |
parent | 47250e7ed7d608e499ae8f3ec99494269db30292 (diff) | |
download | voidsky-1a1d313801b5ad6ff6cf182881c615b864cfc21d.tar.zst |
Note about react native support being blocked
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index f2dd02343..5d4cbe672 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ In-progress social app. Uses: - [React Native](https://reactnative.dev) -- (todo) [React Native for Web](https://necolas.github.io/react-native-web/) +- (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 - (todo) [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) |