We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceffd3f commit cffd85dCopy full SHA for cffd85d
react-native.config.js
@@ -1,7 +1,15 @@
1
module.exports = {
2
dependency: {
3
platforms: {
4
- ios: {},
+ ios: {
5
+ scriptPhases: [
6
+ {
7
+ name: '[instabug-reactnative] Upload Sourcemap',
8
+ script: 'bash "../node_modules/instabug-reactnative/ios/upload_sourcemap.sh"',
9
+ execution_position: 'after_compile',
10
+ },
11
+ ],
12
13
android: {
14
},
15
0 commit comments