Skip to main content

Installation

Get started with React Native Beagle by installing it in your React Native project.

Install the Package

Choose your preferred package manager to install React Native Beagle:
npm install react-native-beagle

Peer Dependencies

React Native Beagle requires the following peer dependencies:
  • react: Any version
  • react-native: Any version
These are already part of your React Native project, so no additional installation is needed.
React Native Beagle has zero external dependencies, making it lightweight and easy to integrate without worrying about version conflicts.

Platform Setup

React Native Beagle works out of the box on both iOS and Android platforms. No additional native configuration is required.

iOS

No additional setup needed. The package works with any React Native version.

Android

No additional setup needed. The package works with any React Native version.

Verify Installation

After installation, verify that the package is properly installed by checking your package.json:
{
  "dependencies": {
    "react-native-beagle": "^0.1.5"
  }
}

Next Steps

Quick Start

Learn how to set up Beagle in your app and start logging

Build docs developers (and LLMs) love