UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

7 lines (6 loc) 293 B
import { Command } from 'commander'; /** * This script uploads .so files to the specified endpoint used in NDK crash reporting. * Usage: node upload-so-files.js --arch <arch> --file <path> --api_key <key> --token <token> --name <name> */ export declare const UploadSoFilesCommand: Command;