Skip to content

Releases: charmy/react-native-stroke-text

1.2.2

10 Jun 12:18
d779f73
Compare
Choose a tag to compare
  • Document updated

1.2.1

10 Jun 12:15
4fa914f
Compare
Choose a tag to compare

What's Changed

  • Old React Native versions build issue fixed (#17)
  • iOS build issue fixed (#16)

Contributors

@HarwinderSingh15

1.2.0

02 Jun 20:45
Compare
Choose a tag to compare

What's Changed

  • Expo-font support 🎉
  • Font caching (optimization)

1.1.2

31 May 20:59
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • The stroke doesn't look like it should with big strokeWith values on Android. #14

1.1.1

03 May 13:58
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • RN <70 (illegal start of expression)
  • iOS inset size decreased

1.1.0

18 Apr 23:38
Compare
Choose a tag to compare

What's Changed

  • RGB support

Bug fixes

1.0.8

16 Apr 10:37
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • missing setNeedsDisplay

Now you can animate your texts

Screen.Recording.2024-04-16.at.13.23.14.mov

1.0.7

16 Apr 09:59
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • props changes doesn't update the text #7

1.0.6

14 Apr 23:43
Compare
Choose a tag to compare

What's Changed

New Props

  • numberOfLines
  • ellipsis
  • width

Ellipsis

ellipsis

Text wraping

Screenshot 2024-04-15 at 02 41 40

1.0.5

14 Apr 04:06
Compare
Choose a tag to compare

What's Changed

  • Text align prop added