Installation
📋 Requirements​
| React Native | iOS | Android | Expo | TypeScript |
|---|---|---|---|---|
| >= 0.70.0 | >= 13.4 | API 21+ (5.0) | SDK 50+ | >= 5.0 (optional) |
📦 Installation​
Expo Projects​
npx expo install @kesha-antonov/react-native-chat react-native-reanimated react-native-gesture-handler react-native-safe-area-context react-native-keyboard-controller
Bare React Native Projects​
Three steps
1. Install the packages:
yarn add @kesha-antonov/react-native-chat react-native-reanimated react-native-gesture-handler react-native-safe-area-context react-native-keyboard-controller
npm install --save @kesha-antonov/react-native-chat react-native-reanimated react-native-gesture-handler react-native-safe-area-context react-native-keyboard-controller
2. Install iOS pods:
npx pod-install
3. Add Reanimated's Babel plugin, following the react-native-reanimated installation guide.