diff --git a/package.json b/package.json index 9281e6349..e080467df 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.10.0", "description": "CLI to build JavaScript files for React Native libraries", "repository": "git@github.com:react-native-community/bob.git", + "homepage": "https://github.com/react-native-community/bob/blob/master/README.md", "author": "Satyajit Sahoo ", "license": "MIT", "main": "src/index.js", diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 000000000..a74c296ca --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,8 @@ +module.exports = { + dependency: { + platforms: { + android: null, + ios: null, + }, + }, +}; \ No newline at end of file