Releases: callstackincubator/react-native-bottom-tabs
Releases Β· callstackincubator/react-native-bottom-tabs
Release 0.3.0
What's Changed
- docs: mark tvOS as supported platform by @thymikee in #102
- docs: add missing Android-Only badge by @shovel-kun in #105
- feat(docs): back behaviour props added for Android by @shubhamguptadream11 in #106
- docs: update platform images in how is it different by @okwasniewski in #109
- feat: native support for haptic feedback by @okwasniewski in #108
- fix: make more tab work by @okwasniewski in #110
New Contributors
- @thymikee made their first contribution in #102
- @shovel-kun made their first contribution in #105
Full Changelog: v0.2.1...v0.3.0
Release 0.2.1
What's Changed
- feat: allow for not filled sf symbols by @okwasniewski in #98
- feat: document usage with vector icons by @okwasniewski in #99
- feat: handle edge-to-edge on Android by @okwasniewski in #101
Thanks to @zoontek for help with edge-to-edge support!
Full Changelog: v0.2.0...v0.2.1
Release 0.2.0
What's Changed
- feat: introduce expo config plugin by @okwasniewski in #94
This plugin sets correct style theme for Android.
"expo": {
+ "plugins": ["react-native-bottom-tabs"]
}
}
Full Changelog: v0.1.4...v0.2.0
Release 0.1.4
What's Changed
- fix: codegen didn't run warning on android by @atlj in #91
- fix: remove native warning when there are no images passed by @okwasniewski in #92
New Contributors
Full Changelog: v0.1.3...v0.1.4
Release 0.1.3
What's Changed
- fix new arch build by @philipheinser in #88
- fix: codegen for Android by @okwasniewski in #89
New Contributors
- @philipheinser made their first contribution in #88
Full Changelog: v0.1.2...v0.1.3
Release 0.1.2
What's Changed
Full Changelog: v0.1.0...v0.1.2
Release 0.1.0
What's Changed
- feat(iOS): new arch by @okwasniewski in #64
- Update README.md by @okwasniewski in #77
- feat: implement new architecture for Android by @okwasniewski in #79
- feat: add Apple TV support by @douglowder in #80
- Added activeIndicator color in android by @shubhamguptadream11 in #83
- docs: Remove stability notice by @okwasniewski in #84
New Contributors
- @douglowder made their first contribution in #80
Full Changelog: v0.0.13...v0.1.0
Release 0.0.13
What's Changed
- fix: properly set icon aspect ratio by @okwasniewski in #65
- Adding Active Inactive Tint Color by @Stringsaeed in #42
- Adding long Press support on android and iOS by @shubhamguptadream11 in #66
- fix: make it work with RN Navigation 7 by @okwasniewski in #74
New Contributors
- @Stringsaeed made their first contribution in #42
Full Changelog: v0.0.12...v0.0.13
Release 0.0.12
What's Changed
- feat: add docs by @okwasniewski in #51
- fix: docs link target in header by @jbroma in #52
- docs: use doc style from repack by @jbroma in #53
- feat(iOS): scroll edge appearance by @dylancom in #54
- docs: add new pages by @okwasniewski in #57
- Added support for rippleColor in android by @sarthak-d11 in #56
- docs: document how Native Tabs differ from JS Tabs by @okwasniewski in #61
- feat(iOS): Added translucent property for iOS by @shubhamguptadream11 in #62
- Added support for barTintColor in android ios by @shubhamguptadream11 in #55
New Contributors
- @jbroma made their first contribution in #52
- @dylancom made their first contribution in #54
- @sarthak-d11 made their first contribution in #56
- @shubhamguptadream11 made their first contribution in #62
Full Changelog: v0.0.11...v0.0.12
Release 0.0.11
What's Changed
- fix: Add ScrollView adjustment automatic by @okwasniewski in #43
- fix: add react-navigation export to package.json by @natew in #44
- feat: add
disablePageAnimations
prop by @okwasniewski in #50
New Contributors
Full Changelog: v0.0.10...v0.0.11