Skip to content

Commit cffd85d

Browse files
Fix autolinking script for iOS
1 parent ceffd3f commit cffd85d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

react-native.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
module.exports = {
22
dependency: {
33
platforms: {
4-
ios: {},
4+
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+
},
513
android: {
614
},
715
},

0 commit comments

Comments
 (0)