Skip to content

Commit faf2dd2

Browse files
committed
Fix Typo
1 parent 1bc6d2f commit faf2dd2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Hook to create themed stylesheets.
181181
**Parameters**
182182

183183
- `createStyles`: A function that receives the current theme and options and returns an object of type `T`.
184-
- `options`: Custom options to be use inside createStyles.
184+
- `options`: Custom options to be used inside createStyles.
185185

186186
**Returns**
187187

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-themed-stylesheet",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",
@@ -16,7 +16,16 @@
1616
"test": "jest",
1717
"test:coverage": "npm test -- --coverage=true --collectCoverage"
1818
},
19-
"keywords": ["react native", "theme", "theming", "stylesheet"],
19+
"keywords": [
20+
"react native",
21+
"theme",
22+
"theming",
23+
"stylesheet",
24+
"dark-theme",
25+
"dark-mode",
26+
"expo",
27+
"react-native-appearance"
28+
],
2029
"peerDependencies": {
2130
"react": "*",
2231
"react-native": "*",

0 commit comments

Comments
 (0)