Installation
This guide will help you install and set up Raven Client in your React Native project.
Prerequisites
Before installing Raven Client, ensure your project meets the following requirements:
React Native Version
- Minimum: React Native 0.70
- Recommended: React Native 0.72 or higher
Required Dependencies
| Package | Version | Purpose |
|---|---|---|
react | >= 18.0 | React library |
react-native | >= 0.70 | React Native framework |
@react-navigation/native | >= 7.0.0 | Navigation container (required for tooltips) |
react-native-gesture-handler | >= 2.20.0 | Gesture handling for bottom sheets |
@gorhom/bottom-sheet | >= 4.6.0 | Bottom sheet component for nudges |
Platform Requirements
- iOS: iOS 12.0 or higher
- Android: Android API level 21 (Android 5.0) or higher