Skip to main content

Getting Started

Installation

Install the required packages in your React Native project:

yarn add @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 add @shopify/flash-list react-native-reanimated react-native-gesture-handler

Follow installation instructions for React Native Reanimated and React Native Gesture Handler.