From 4e1b8513fa2f2d497f4d2233f35f08da30124655 Mon Sep 17 00:00:00 2001 From: vladanyes Date: Sun, 26 Feb 2023 16:40:54 +0600 Subject: [PATCH] add GestureHandlerRootView component to the README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0f702f7..a223046 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ yarn add react-native-graph ## Usage ```jsx +import { GestureHandlerRootView } from 'react-native-gesture-handler' +import { LineGraph } from 'react-native-graph' + +// wrap your entry point with function App() { + return {/* content */}} +} + +function ExampleComponent() { const priceHistory = usePriceHistory('ethereum') return