Skip to content

Releases: GeekyAnts/NativeBase

3.4.19-rc.0

20 Oct 11:37
691806c
Compare
Choose a tag to compare
3.4.19-rc.0 Pre-release
Pre-release
Merge pull request #5458 from GeekyAnts/release/3.4.18

Release/3.4.18

v3.4.18

11 Oct 14:01
691806c
Compare
Choose a tag to compare

Features

  • Introducing a new hook 🪝 useSx that resolves style prop to style object.

Example

const textStyle: StyledProps = {
  color: ['orange.900', 'white', 'black'],
  textAlign: 'center',
  size: '12',
};

export const Example = () => {
  const sx = useSx();
  return (
    <View
      style={[
        sx({
          p: 2,
          bg: ['blue.300', 'violet.400', 'red.400'],
          width: 48,
          height: 48,
        }),
        { justifyContent: 'center', alignItems: 'center' },
      ]}
    >
      <Text style={sx(textStyle)}>New Feat useSx in NativeBase</Text>
    </View>
  );
};

Fixes

  • Link isUnderline prop inside pseudo prop #4dc754e
  • Radio and Checkbox dynamic size change #3801923
  • Radio disabled hover styling #9f94763
  • Focus and press state addition in web Radio #39ded36
  • Removed _unchecked from Radio #7110d01
  • Toast hardware back press conflict #98c1779
  • IconButton isDisabled prop #5549e8e
  • CheckBox extracting accessibilityLabel from nonLayoutProps #8058fcb

v3.5.0-rc.4

11 Oct 12:29
4e7d078
Compare
Choose a tag to compare
v3.5.0-rc.4 Pre-release
Pre-release
Merge pull request #5423 from GeekyAnts/release/3.4.17

release 3.4.17

v3.5.0-rc.2

26 Sep 12:07
6557488
Compare
Choose a tag to compare
v3.5.0-rc.2 Pre-release
Pre-release
Merge pull request #5419 from GeekyAnts/release/3.5.0-rc.2

v3.5.0-rc.2

v3.4.17

26 Sep 14:47
4e7d078
Compare
Choose a tag to compare

Changes

Exposed React context for a few components like Radio.

v3.4.16

20 Sep 07:00
28c39a3
Compare
Choose a tag to compare

Fix
size prop typing issues Button, Select and other components

v3.4.15

09 Sep 13:37
ef47454
Compare
Choose a tag to compare

Fixes

  • Added dependency use-subscription #5339
  • Input focus issue with addons #5338

v3.4.14

09 Sep 06:49
1235682
Compare
Choose a tag to compare

Fixes

v3.4.14-rc.1

07 Sep 11:20
921767a
Compare
Choose a tag to compare
v3.4.14-rc.1 Pre-release
Pre-release
Merge pull request #5325 from GeekyAnts/release/3.4.14-rc.1

Release/3.4.14 rc.1

v3.4.14-rc.0

22 Aug 08:12
e142761
Compare
Choose a tag to compare
v3.4.14-rc.0 Pre-release
Pre-release
Merge pull request #5290 from GeekyAnts/release/3.4.14-rc.0

Release/3.4.14 rc.0