Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 31, 2024
1 parent 3f02d78 commit 1cd6d82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
8 changes: 8 additions & 0 deletions docs/pages/docs/getting-started.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import { Callout, FileTree } from 'nextra/components';

# Get started

## Requirements

<Callout type="warning" emoji="⚠️">
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/
</Callout>

## Installation

With pnpm :
Expand Down

0 comments on commit 1cd6d82

Please sign in to comment.