Skip to content

Commit e424b37

Browse files
committed
fix: tsconfigs
1 parent e2f7232 commit e424b37

File tree

6 files changed

+50
-11
lines changed

6 files changed

+50
-11
lines changed

packages/react-native-bottom-tabs/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
},
6767
"homepage": "https://github.com/okwasniewski/react-native-bottom-tabs#readme",
6868
"publishConfig": {
69-
"registry": "https://registry.npmjs.org/"
69+
"registry": "https://registry.npmjs.org/",
70+
"access": "public"
7071
},
7172
"devDependencies": {
7273
"@expo/config-plugins": "^7.0.0 || ^8.0.0",
@@ -76,7 +77,7 @@
7677
"@types/react": "^18.2.44",
7778
"react": "18.3.1",
7879
"react-native": "0.75.4",
79-
"react-native-builder-bob": "^0.30.2",
80+
"react-native-builder-bob": "^0.32.1",
8081
"release-it": "^15.0.0",
8182
"typescript": "^5.2.2"
8283
},
@@ -118,7 +119,8 @@
118119
"typescript",
119120
{
120121
"project": "tsconfig.build.json",
121-
"esm": true
122+
"esm": true,
123+
"tsc": "../../node_modules/.bin/tsc"
122124
}
123125
]
124126
]

packages/react-native-bottom-tabs/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"extends": "../../tsconfig",
33
"compilerOptions": {
44
"rootDir": ".",
5+
"outDir": "./lib/typescript",
56
}
67
}

packages/react-navigation/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
},
5454
"homepage": "https://github.com/okwasniewski/react-native-bottom-tabs#readme",
5555
"publishConfig": {
56-
"registry": "https://registry.npmjs.org/"
56+
"registry": "https://registry.npmjs.org/",
57+
"access": "public"
5758
},
5859
"devDependencies": {
5960
"@react-navigation/native": "^6.1.18",
@@ -62,7 +63,7 @@
6263
"react": "18.3.1",
6364
"react-native": "0.75.4",
6465
"react-native-bottom-tabs": "*",
65-
"react-native-builder-bob": "^0.30.2",
66+
"react-native-builder-bob": "^0.32.1",
6667
"release-it": "^15.0.0",
6768
"typescript": "^5.2.2"
6869
},
@@ -117,7 +118,8 @@
117118
"typescript",
118119
{
119120
"project": "tsconfig.build.json",
120-
"esm": true
121+
"esm": true,
122+
"tsc": "../../node_modules/.bin/tsc"
121123
}
122124
]
123125
]

packages/react-navigation/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig",
33
"compilerOptions": {
44
"rootDir": ".",
5+
"outDir": "./lib/typescript",
56
"paths": {}
67
}
78
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"skipLibCheck": true,
2525
"strict": true,
2626
"target": "ESNext"
27-
}
27+
},
28+
"exclude": ["packages/*/lib"]
2829
}

yarn.lock

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,8 +1755,8 @@ __metadata:
17551755
jest: ^29.7.0
17561756
react: 18.3.1
17571757
react-native: 0.75.4
1758-
react-native-bottom-tabs: "*"
1759-
react-native-builder-bob: ^0.30.2
1758+
react-native-bottom-tabs: "workspace:^"
1759+
react-native-builder-bob: ^0.32.1
17601760
release-it: ^15.0.0
17611761
typescript: ^5.2.2
17621762
peerDependencies:
@@ -16418,7 +16418,7 @@ __metadata:
1641816418
languageName: unknown
1641916419
linkType: soft
1642016420

16421-
"react-native-bottom-tabs@*, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
16421+
"react-native-bottom-tabs@*, react-native-bottom-tabs@workspace:^, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1642216422
version: 0.0.0-use.local
1642316423
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1642416424
dependencies:
@@ -16429,7 +16429,7 @@ __metadata:
1642916429
"@types/react": ^18.2.44
1643016430
react: 18.3.1
1643116431
react-native: 0.75.4
16432-
react-native-builder-bob: ^0.30.2
16432+
react-native-builder-bob: ^0.32.1
1643316433
release-it: ^15.0.0
1643416434
sf-symbols-typescript: ^2.0.0
1643516435
typescript: ^5.2.2
@@ -16472,6 +16472,38 @@ __metadata:
1647216472
languageName: node
1647316473
linkType: hard
1647416474

16475+
"react-native-builder-bob@npm:^0.32.1":
16476+
version: 0.32.1
16477+
resolution: "react-native-builder-bob@npm:0.32.1"
16478+
dependencies:
16479+
"@babel/core": ^7.25.2
16480+
"@babel/plugin-transform-strict-mode": ^7.24.7
16481+
"@babel/preset-env": ^7.25.2
16482+
"@babel/preset-flow": ^7.24.7
16483+
"@babel/preset-react": ^7.24.7
16484+
"@babel/preset-typescript": ^7.24.7
16485+
babel-plugin-module-resolver: ^5.0.2
16486+
browserslist: ^4.20.4
16487+
cosmiconfig: ^9.0.0
16488+
cross-spawn: ^7.0.3
16489+
dedent: ^0.7.0
16490+
del: ^6.1.1
16491+
escape-string-regexp: ^4.0.0
16492+
fs-extra: ^10.1.0
16493+
glob: ^8.0.3
16494+
is-git-dirty: ^2.0.1
16495+
json5: ^2.2.1
16496+
kleur: ^4.1.4
16497+
metro-config: ^0.80.9
16498+
prompts: ^2.4.2
16499+
which: ^2.0.2
16500+
yargs: ^17.5.1
16501+
bin:
16502+
bob: bin/bob
16503+
checksum: 913301f523ec0c2e854682aebe0abd2e017f041273f5d141e231b499f79e5592ba9d68ba602c665a946e5ee1f6a072b872d53e6f29b51cb9c60ab2b65c3ee8ac
16504+
languageName: node
16505+
linkType: hard
16506+
1647516507
"react-native-gesture-handler@npm:^2.20.0":
1647616508
version: 2.21.0
1647716509
resolution: "react-native-gesture-handler@npm:2.21.0"

0 commit comments

Comments
 (0)