diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-09 17:13:29 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-09 17:13:29 -0500 |
commit | 802222fe7181303d710607129e1c74427f07c97c (patch) | |
tree | 169b0878ed5d60f511fcf188df5118c0f446a37d /package.json | |
parent | fc3b2952bb59b80665ebb53ffb3377f647ccdbd3 (diff) | |
download | voidsky-802222fe7181303d710607129e1c74427f07c97c.tar.zst |
Add auth navigations
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 764c79b44..763f6d89e 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@react-navigation/native-stack": "^6.6.2", "@react-navigation/stack": "^6.2.1", "mobx": "^6.6.0", + "mobx-react-lite": "^3.4.0", "mobx-state-tree": "^5.1.5", "react": "17.0.2", "react-dom": "17.0.2", |