diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:27:04 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:27:04 +0200 |
commit | c829168f361501cab68fc4171c97542d8013bd7b (patch) | |
tree | 63f0c1b705491adff7ebc0c7ec472da5370c38ed /package.json | |
parent | e5021187e96b78b53203bd95d08d6818aea47d17 (diff) |
added random graph with colored edged
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 4ef3395..3ab2a88 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@expo/webpack-config": "^0.12.71", "@react-native-async-storage/async-storage": "^1.14.1", "@react-native-community/masked-view": "0.1.10", + "@react-native-community/slider": "^3.0.3", "@react-navigation/native": "5.9.3", "@react-navigation/stack": "5.12.8", "@unimodules/core": "6.0.0", @@ -44,6 +45,7 @@ "mobx-state-tree": "5.0.1", "query-string": "7.0.0", "react": "16.13.1", + "react-force-graph": "^1.41.7", "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", "react-native-gesture-handler": "1.10.3", "react-native-keychain": "6.2.0", |