We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6555e11 commit 95892a5Copy full SHA for 95892a5
2 files changed
package.json
@@ -45,7 +45,6 @@
45
"homepage": "https://github.com/callstack/react-native-viewpager#readme",
46
"devDependencies": {
47
"@commitlint/config-conventional": "^8.3.4",
48
- "@react-native-community/bob": "^0.16.2",
49
"@react-native-community/eslint-config": "^2.0.0",
50
"@release-it/conventional-changelog": "^1.1.4",
51
"@types/jest": "^26.0.0",
@@ -61,6 +60,7 @@
61
60
"prettier": "^2.0.5",
62
"react": "16.13.1",
63
"react-native": "0.63.4",
+ "react-native-builder-bob": "^0.17.1",
64
"release-it": "^13.5.8",
65
"typescript": "^3.8.3"
66
},
@@ -113,7 +113,7 @@
113
"trailingComma": "es5",
114
"useTabs": false
115
116
- "@react-native-community/bob": {
+ "react-native-builder-bob": {
117
"source": "src",
118
"output": "lib",
119
"targets": [
0 commit comments