Skip to content

Commit 3b56b23

Browse files
Remove unused linking files
1 parent cffd85d commit 3b56b23

File tree

3 files changed

+0
-81
lines changed

3 files changed

+0
-81
lines changed

autolink.rb

Lines changed: 0 additions & 45 deletions
This file was deleted.

autounlink.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

react-native.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ module.exports = {
2121
{
2222
name: 'add-instabug',
2323
func: () => {
24-
const exec = require('child_process').exec;
2524
require('./link_gradle');
26-
exec("ruby ./node_modules/instabug-reactnative/autolink.rb || echo \"Ruby doesn't exist, if you're building this for Android only, then feel free to ignore this error, otherwise please install Ruby and run 'react-native link instabug-reactnative' again\"");
2725
},
2826
},
2927
{
3028
name: 'remove-instabug',
3129
func: () => {
32-
const exec = require('child_process').exec;
3330
require('./unlink_gradle');
34-
exec("ruby ./node_modules/instabug-reactnative/autounlink.rb || echo \"Ruby doesn't exist, if you're building this for Android only, then feel free to ignore this error, otherwise please install Ruby and run 'react-native link instabug-reactnative' again\"");
3531
},
3632
},
3733
],

0 commit comments

Comments
 (0)