Skip to content

Commit 87f5a39

Browse files
author
Jean-Baptiste Theard
authored
fix: add rn-config so CLI doesn't try to link it (#38)
1 parent 4f675d5 commit 87f5a39

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.10.1",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"repository": "[email protected]:react-native-community/bob.git",
6+
"homepage": "https://github.com/react-native-community/bob/blob/master/README.md",
67
"author": "Satyajit Sahoo <[email protected]>",
78
"license": "MIT",
89
"main": "src/index.js",

react-native.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
dependency: {
3+
platforms: {
4+
android: null,
5+
ios: null,
6+
},
7+
},
8+
};

0 commit comments

Comments
 (0)