Skip to content

Releases: mohit23x/react-native-sugar-style

v0.1.22

07 Mar 13:03
5941231
Compare
Choose a tag to compare
  • added method to unsubscribe build event listener
  • updated docs

0.1.8

21 Feb 16:43
b6b9bd7
Compare
Choose a tag to compare
Merge pull request #15 from mohit23x/ts

type changes in create function

v0.1.7

21 Feb 15:50
b6b9bd7
Compare
Choose a tag to compare
  • Now typescript happily allow a function as well as object in StyleSheet.create.

  • error while using transform property is now fixed

v0.1.6

19 Feb 12:56
dcd74f9
Compare
Choose a tag to compare
Merge pull request #14 from mohit23x/type-enhancemets

v0.1.6

v0.1.5 (fixes types for namedstyles)

19 Feb 12:53
62b0884
Compare
Choose a tag to compare
Merge pull request #13 from mohit23x/type-enhancemets

fix issue #10

v0.1.4 responsive array values now allow undefined

18 Feb 10:44
f55b129
Compare
Choose a tag to compare
Merge pull request #12 from mohit23x/responsive-values

v0.1.4 allow undefined value in responsive array values

v0.1.3 with responsive values support

18 Feb 04:47
a5dc6c4
Compare
Choose a tag to compare
  • responsive values use an array instead of single value.
    for example backgroundColor: ['red', 'blue'] will resolve red color in mobile and blue devices with bigger width,
    see example for more details.

  • simplified the initialization process, now you don't need to pass constants, just declare you custom theme values

v0.1.2 with responsive values

18 Feb 03:25
6d9a3f5
Compare
Choose a tag to compare
  • responsive values use an array instead of single value.
    for example backgroundColor: ['red', 'blue'] means red color in mobile and blue color in bigger devices
    see example for more.

  • simplified the initialization process, now you don't need to pass constants, just declare you custom theme values

v0.1.1⚡

11 Feb 06:47
1598351
Compare
Choose a tag to compare
Merge pull request #6 from mohit23x/refactor

refactor initialization api

v0.1.0

10 Feb 16:21
a3d7627
Compare
Choose a tag to compare

This release enhances the module by introducing React context api to trigger re-render of components when the theme changes.