diff --git a/README.md b/README.md index 542b243..f9a5f1c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Ficus UI is a React Native UI library forked on Magnus UI and inspired by Chakra UI +## Requirements + +This library now needs `react-native-gesture-handler` to be installed inside the React Native project. +If you use Expo Go then you have nothing to do as Gesture Handler is integrated inside Expo SDK. +But if you use a Bare React Native project, please follow those instructions in first : https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/ + ## Installation With pnpm : diff --git a/docs/pages/docs/getting-started.en-US.mdx b/docs/pages/docs/getting-started.en-US.mdx index 19136d5..212c74e 100644 --- a/docs/pages/docs/getting-started.en-US.mdx +++ b/docs/pages/docs/getting-started.en-US.mdx @@ -7,6 +7,14 @@ import { Callout, FileTree } from 'nextra/components'; # Get started +## Requirements + + + This library now needs `react-native-gesture-handler` to be installed inside the React Native project. + If you use Expo Go then you have nothing to do as Gesture Handler is integrated inside Expo SDK. + But if you use a Bare React Native project, please follow those instructions in first : https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/ + + ## Installation With pnpm :