UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

17 lines (16 loc) 319 B
module.exports = { dependency: { platforms: { ios: { scriptPhases: [ { name: '[instabug-reactnative] Upload Sourcemap', path: './ios/sourcemaps.sh', execution_position: 'after_compile', }, ], }, android: {}, }, }, };