Skip to content

Releases: GeekyAnts/NativeBase

v3.4.8

06 Jul 13:45
099c77e
Compare
Choose a tag to compare

Fixes

  • Avatar size crash issue.
  • Avatar.Badge size prop support.
  • Toast position fix with keyboard.
  • Fix the support for entry and exit duration props in Modal, Actionsheet, etc.
  • Typing fixes Button, Input, Alert, and Badge.

v3.4.8-rc.0

30 Jun 10:22
8e55734
Compare
Choose a tag to compare
v3.4.8-rc.0 Pre-release
Pre-release
Merge pull request #5117 from GeekyAnts/release/3.4.8-rc.0

release 3.4.8-rc.0

v3.4.8-rc.1

06 Jul 11:13
3d19108
Compare
Choose a tag to compare
v3.4.8-rc.1 Pre-release
Pre-release

Fixes

  • Typing issue fixes for Button, Input, Alert, Badge

v3.4.7

21 Jun 10:49
3d19108
Compare
Choose a tag to compare

Fixes

  • ActionSheet does not close smoothly by swipe down action #5068
  • Modal avoidKeyboard prop not working properly #5041
  • _pressed doesn't work with fab component #5053
  • Select text pushed to the end on Android #5035
  • Slider does not work properly #5070

v3.4.7-rc.0

20 Jun 11:05
Compare
Choose a tag to compare
v3.4.7-rc.0 Pre-release
Pre-release
fix: type issue in input typings

v3.4.6

02 Jun 07:42
0b37db2
Compare
Choose a tag to compare

Fixes:

  • Fix for Badge Typing Issue. #5020.
  • Fix Fade Animation props. #5004.
  • Fixed In Icon component, as prop which was not working if it is passed from theme. #5003
  • Fix stroke-width warning in WarningIcon #5000.
  • Fix: Select uncontrolled state warning #4998.
  • Fix Button pseudo prop typings #4973

v3.4.6-rc.2

26 May 07:46
f5bb383
Compare
Choose a tag to compare
v3.4.6-rc.2 Pre-release
Pre-release
Merge pull request #5038 from GeekyAnts/hotfix/3.4.6-rc.1-iconbutton

fix: icon button props

v3.4.6-rc.1

20 May 12:26
d0392cc
Compare
Choose a tag to compare
v3.4.6-rc.1 Pre-release
Pre-release
Merge pull request #5029 from GeekyAnts/release/3.4.6-rc.1

fix: pressable example and update snapshots

v3.4.5

11 May 13:24
baee8ce
Compare
Choose a tag to compare

HotFix:

  • Typo fix changed prop name in Input from inValidOutlineColor to invalidOutlineColor.

v3.4.4

03 May 09:46
fcc23fe
Compare
Choose a tag to compare

Fixes

  • Checkbox multiple rerender in Checkbox.Group .