Skip to content

Commit cfae018

Browse files
committed
Update README.md
1 parent c80530c commit cfae018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ type Theme = (BaseTheme['constants'] & BaseTheme['theme']) | BaseTheme['theme']
206206
**Returns**
207207
208208
```
209-
[styles: StyleSheet.NamedStyles<Styles>, theme: Theme]
209+
[styles, theme]: [StyleSheet.NamedStyles<Styles>, Theme]
210210
```
211211
212212
---

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.3.1",
3+
"version": "0.3.2",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",

0 commit comments

Comments
 (0)