We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80530c commit cfae018Copy full SHA for cfae018
README.md
@@ -206,7 +206,7 @@ type Theme = (BaseTheme['constants'] & BaseTheme['theme']) | BaseTheme['theme']
206
**Returns**
207
208
```
209
-[styles: StyleSheet.NamedStyles<Styles>, theme: Theme]
+[styles, theme]: [StyleSheet.NamedStyles<Styles>, Theme]
210
211
212
---
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-themed-stylesheet",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "React Native StyleSheets with Theming Support",
5
"author": "Andre Pedroza",
6
"license": "MIT",
0 commit comments