React Native Luciq Migration
This guide helps you migrate from Instabug to Luciq React Native SDK. The migration involves renaming all Instabug references to Luciq throughout your codebase.
Overview
Migration Script
Prerequisites
Running the Migration Script
## Install the package first using NPM
npm install @luciq/react-native
## Run the migration script
npx luciq migrate
## For dry run (preview changes without applying them)
npx luciq migrate --dry-run## Install using yarn
yarn add @luciq/react-native
## Run the migration script
npx luciq migrate
## For dry run (preview changes without applying them)
npx luciq migrate --dry-runAPI Reference Changes
Old API
New API
Notes
Old API
New API
Notes
Platform
Old Name
New Name
Testing Your Migration
Old Instabug Variable
New Luciq Variable
Notes
Last updated