Skip to content

Releases: callstack/react-native-paper

Release 2.4.0

19 Dec 12:39

Choose a tag to compare

Bug Fixes

  • disable ripple effect on Android P (23cdb3c)

Features

Release 2.3.0

10 Dec 11:56

Choose a tag to compare

Bug Fixes

  • pass down testID from Card props to Touchable for Detox tests (#683) (0ad98f3)
  • rename right to numeric for tables (23b963b)

Features

Release 2.2.8

23 Nov 15:21

Choose a tag to compare

Bug Fixes

  • pass down testID from chip props to touchable for Detox tests. (#661) (da9f234)

Release 2.2.7

22 Nov 15:54

Choose a tag to compare

Bug Fixes

Release 2.2.6

21 Nov 10:50

Choose a tag to compare

Bug Fixes

  • do not pass on elevation as property (#664) (e1b81c2)
  • fix TouchableRipple props types for typescript (#662) (eb153f9)

Release 2.2.5

18 Nov 07:34

Choose a tag to compare

Bug Fixes

Release 2.2.4

08 Nov 16:27

Choose a tag to compare

Bug Fixes

  • connect ts declaration with @types/react-native (#627) (a87c1dd)
  • don't pass all props down to Text (a95eb10)
  • flow: merge types with the props of the component used internally (0294209)
  • flow: use exact types when possible (f295272)

Deprecations

Flow types are now exported from the main entry instead of /types. Update your code from:

import type { Theme } from 'react-native-paper/types';

to:

import { type Theme } from 'react-native-paper';

Release 2.2.3

07 Nov 11:39

Choose a tag to compare

Bug Fixes

  • add a check to ensure Jest doesn't throw error. closes #644 (38b14c1)

Release 2.2.2

06 Nov 14:41

Choose a tag to compare

Bug Fixes

  • fix textinput not animating on changing error. fixes #611 (e31a33e)

Release 2.2.1

06 Nov 11:14

Choose a tag to compare

Bug Fixes

  • get version from native modules instead of haste. closes #642 (0f52b7c)