Skip to content

Commit 2022d49

Browse files
committed
Change Version
1 parent 9de15c5 commit 2022d49

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ const themes = {
4545
dark: {
4646
textColor: '#fff'
4747
},
48-
common: {
49-
//Optional
48+
common: { // Optional
5049
fontSize: 12
5150
}
5251
}
5352

54-
const { ThemeProvider, useStyle, useTheme } = createTheme(themes, 'auto') //Initial Mode is optional(Default: 'auto')
53+
const { ThemeProvider, useStyle, useTheme } = createTheme(themes, 'auto') // Initial Mode is optional(Default: 'auto')
5554

5655
export { ThemeProvider, useStyle, useTheme }
5756
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-themed-stylesheet",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",

0 commit comments

Comments
 (0)