Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/agp9-built-in-kotlin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expo-template-android-tab-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expo-template-development-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expo-template-runnable-checks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expo-template-sdk54-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expo-template-test-renderer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-tabs-swift-package.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-tabs-headers.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/example-swiftpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# example-swiftpm

## 0.0.2

### Patch Changes

- Updated dependencies [[`251bc1e`](https://github.com/callstack/react-native-bottom-tabs/commit/251bc1e362d0814a742c45cc6fb4f2e3169fea9c), [`85e14d7`](https://github.com/callstack/react-native-bottom-tabs/commit/85e14d797905a483628cea7668a63fabafe4c78f), [`6b8e865`](https://github.com/callstack/react-native-bottom-tabs/commit/6b8e865af0b795eeeb11265fa103c818013bcd6e)]:
- react-native-bottom-tabs@1.5.0
- @bottom-tabs/example-shared@0.0.1
- @bottom-tabs/react-navigation@1.5.0
2 changes: 1 addition & 1 deletion apps/example-swiftpm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-swiftpm",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"ios": "react-native run-ios",
Expand Down
9 changes: 9 additions & 0 deletions packages/example-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @bottom-tabs/example-shared

## 0.0.1

### Patch Changes

- Updated dependencies [[`251bc1e`](https://github.com/callstack/react-native-bottom-tabs/commit/251bc1e362d0814a742c45cc6fb4f2e3169fea9c), [`85e14d7`](https://github.com/callstack/react-native-bottom-tabs/commit/85e14d797905a483628cea7668a63fabafe4c78f), [`6b8e865`](https://github.com/callstack/react-native-bottom-tabs/commit/6b8e865af0b795eeeb11265fa103c818013bcd6e)]:
- react-native-bottom-tabs@1.5.0
- @bottom-tabs/react-navigation@1.5.0
2 changes: 1 addition & 1 deletion packages/example-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bottom-tabs/example-shared",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"source": "./src/App.tsx",
"main": "./src/App.tsx",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @bottom-tabs/expo-template

## 1.1.4

### Patch Changes

- [#576](https://github.com/callstack/react-native-bottom-tabs/pull/576) [`1283040`](https://github.com/callstack/react-native-bottom-tabs/commit/1283040e76ed7621c965108e5d14173bf5274c4c) Thanks [@oleksandrzavarzin-callstack](https://github.com/oleksandrzavarzin-callstack)! - Render tab bar icons on Android, and apply the template's own colors to the tab bar

- [#574](https://github.com/callstack/react-native-bottom-tabs/pull/574) [`67c02ec`](https://github.com/callstack/react-native-bottom-tabs/commit/67c02ec2d7803a3bb6b4ac7da3818c2988da6379) Thanks [@oleksandrzavarzin-callstack](https://github.com/oleksandrzavarzin-callstack)! - Target development builds instead of Expo Go, and add `ios.bundleIdentifier` and `android.package` placeholders

- [#578](https://github.com/callstack/react-native-bottom-tabs/pull/578) [`cc8ce1f`](https://github.com/callstack/react-native-bottom-tabs/commit/cc8ce1f7f5daa631bf08af3bf39e6752d5d0df82) Thanks [@oleksandrzavarzin-callstack](https://github.com/oleksandrzavarzin-callstack)! - Replace react-test-renderer with React Native Testing Library, and add lint and typecheck scripts

- [#577](https://github.com/callstack/react-native-bottom-tabs/pull/577) [`34f7117`](https://github.com/callstack/react-native-bottom-tabs/commit/34f71176e6ac51a143b7cb7c936019f59f14591a) Thanks [@oleksandrzavarzin-callstack](https://github.com/oleksandrzavarzin-callstack)! - Align dependencies with Expo SDK 54, drop unused packages, and fix the template's TypeScript errors

- [#579](https://github.com/callstack/react-native-bottom-tabs/pull/579) [`dd72e8b`](https://github.com/callstack/react-native-bottom-tabs/commit/dd72e8bcc6134dc2db7504dcdd186c2578a474d4) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add the missing test-renderer dependency required by React Native Testing Library, using the version compatible with React 19.1.

- Updated dependencies [[`251bc1e`](https://github.com/callstack/react-native-bottom-tabs/commit/251bc1e362d0814a742c45cc6fb4f2e3169fea9c), [`85e14d7`](https://github.com/callstack/react-native-bottom-tabs/commit/85e14d797905a483628cea7668a63fabafe4c78f), [`6b8e865`](https://github.com/callstack/react-native-bottom-tabs/commit/6b8e865af0b795eeeb11265fa103c818013bcd6e)]:
- react-native-bottom-tabs@1.5.0
- @bottom-tabs/react-navigation@1.5.0

## 1.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bottom-tabs/expo-template",
"main": "expo-router/entry",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
Expand All @@ -21,7 +21,7 @@
"preset": "jest-expo"
},
"dependencies": {
"@bottom-tabs/react-navigation": "1.4.0",
"@bottom-tabs/react-navigation": "1.5.0",
"@expo/vector-icons": "^15.0.3",
"@react-navigation/native": "^7.1.8",
"expo": "~54.0.35",
Expand All @@ -37,7 +37,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-bottom-tabs": "1.4.0",
"react-native-bottom-tabs": "1.5.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-native-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-native-bottom-tabs

## 1.5.0

### Minor Changes

- [#575](https://github.com/callstack/react-native-bottom-tabs/pull/575) [`85e14d7`](https://github.com/callstack/react-native-bottom-tabs/commit/85e14d797905a483628cea7668a63fabafe4c78f) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add iOS Swift Package Manager support

### Patch Changes

- [#568](https://github.com/callstack/react-native-bottom-tabs/pull/568) [`251bc1e`](https://github.com/callstack/react-native-bottom-tabs/commit/251bc1e362d0814a742c45cc6fb4f2e3169fea9c) Thanks [@gabrieldonadel](https://github.com/gabrieldonadel)! - Fix Android build with AGP 9 built-in Kotlin: skip applying the `kotlin-android` plugin when AGP has already registered the `kotlin` extension

- [#571](https://github.com/callstack/react-native-bottom-tabs/pull/571) [`6b8e865`](https://github.com/callstack/react-native-bottom-tabs/commit/6b8e865af0b795eeeb11265fa103c818013bcd6e) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add support for React Native 0.87

## 1.4.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/react-native-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bottom-tabs",
"version": "1.4.0",
"version": "1.5.0",
"description": "Native Bottom Tabs for React Native",
"source": "./src/index.tsx",
"main": "./lib/module/index.js",
Expand Down Expand Up @@ -45,7 +45,9 @@
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": ["<rootDir>/lib/"]
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
]
},
"keywords": [
"react-native",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bottom-tabs/react-navigation

## 1.5.0

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bottom-tabs/react-navigation",
"version": "1.4.0",
"version": "1.5.0",
"description": "React Native Bottom Tabs React Navigation integration",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3876,7 +3876,7 @@ __metadata:
resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template"
dependencies:
"@babel/core": "npm:^7.28.4"
"@bottom-tabs/react-navigation": "npm:1.4.0"
"@bottom-tabs/react-navigation": "npm:1.5.0"
"@expo/vector-icons": "npm:^15.0.3"
"@react-navigation/native": "npm:^7.1.8"
"@testing-library/react-native": "npm:^14.0.1"
Expand All @@ -3899,7 +3899,7 @@ __metadata:
react: "npm:19.1.0"
react-dom: "npm:19.1.0"
react-native: "npm:0.81.5"
react-native-bottom-tabs: "npm:1.4.0"
react-native-bottom-tabs: "npm:1.5.0"
react-native-gesture-handler: "npm:~2.28.0"
react-native-reanimated: "npm:~4.1.1"
react-native-safe-area-context: "npm:~5.6.0"
Expand Down Expand Up @@ -3932,7 +3932,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.4.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.5.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
version: 0.0.0-use.local
resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation"
dependencies:
Expand Down Expand Up @@ -19356,7 +19356,7 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.4.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.5.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
version: 0.0.0-use.local
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
dependencies:
Expand Down