# datadog-react-native-wizard **Repository Path**: mirrors_DataDog/datadog-react-native-wizard ## Basic Information - **Project Name**: datadog-react-native-wizard - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-02 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Datadog React Native Wizard [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Setup your React Native project to automatically upload javascript sourcemaps, iOS dSYMs and Proguard mapping files on every build. ## How to run the wizard At the root of your React Native application, run: ```bash npx datadog-react-native-wizard ``` ## Options You can run the wizard outside of your project by specifying the absolute path to your project: ```bash npx datadog-react-native-wizard /Users/me/MyApp ```