Skip to content

Commit 6f12c3b

Browse files
enaluzfabriziomoscon
authored andcommitted
Switch from rnpm to react-native.config.js
1 parent 491335f commit 6f12c3b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"type": "git",
2929
"url": "git+ssh://[email protected]:hoxfon/react-native-twilio-programmable-voice.git"
3030
},
31-
"rnpm": {
32-
"android": {
33-
"packageInstance": "new TwilioVoicePackage()"
34-
}
35-
},
3631
"author": {
3732
"name": "Fabrizio Moscon"
3833
},

react-native.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
project: {
3+
ios: {},
4+
android: {
5+
packageInstance: "new TwilioVoicePackage()"
6+
}
7+
}
8+
};

0 commit comments

Comments
 (0)