diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-16 17:05:25 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-16 17:05:25 +0200 |
commit | 837d2a358c69d6a728d08a82dc7c4242ef6f21af (patch) | |
tree | b0c416f6d2c5dc5a284ef996ce2c8dbcde9b2d70 /package.json | |
parent | 59ef69466d14eb974e1786bc8a17dec5ff735066 (diff) |
fixed bug with settingsfetch
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7b09eda..aba9265 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,11 @@ "@react-native-community/slider": "^3.0.3", "@react-navigation/native": "5.9.3", "@react-navigation/stack": "5.12.8", + "@types/axios": "^0.14.0", "@types/react-native-collapsible": "^0.11.0", "@unimodules/core": "6.0.0", "apisauce": "2.0.0", + "axios": "^0.21.1", "d3-force": "^3.0.0", "expo": "40.0.1", "expo-localization": "9.1.0", |