Getting Started
Installation
Install the required packages in your React Native project:
- Yarn
- npm
yarn add @howljs/calendar-kit
npm install @howljs/calendar-kit
The libraries we will install now are @shopify/flash-list, react-native-reanimated and react-native-gesture-handler. If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on.
Installing dependencies into a bare React Native project
In your project directory, run:
- Yarn
- npm
yarn add @shopify/flash-list react-native-reanimated react-native-gesture-handler
npm install @shopify/flash-list react-native-reanimated react-native-gesture-handler
Follow installation instructions for React Native Reanimated and React Native Gesture Handler.