diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-14 23:08:16 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-14 23:08:16 +0200 |
commit | a23e3d6e46ed79b3406759bec5a4879124e791af (patch) | |
tree | 533d7532d482b8c4333eabb2c5cf7bd911a71915 /package.json | |
parent | 917ffbe7243536ae1065bdba4fbf9841a41b2ac0 (diff) |
figured out how to use d3Force
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 3ab2a88..19cdfbe 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@react-navigation/stack": "5.12.8", "@unimodules/core": "6.0.0", "apisauce": "2.0.0", + "d3-force": "^3.0.0", "expo": "40.0.1", "expo-localization": "9.1.0", "expo-status-bar": "~1.0.4", @@ -46,6 +47,7 @@ "query-string": "7.0.0", "react": "16.13.1", "react-force-graph": "^1.41.7", + "react-force-graph-2d": "^1.23.8", "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", |