Skip to content

Commit f3e3589

Browse files
committed
Update README.md
1 parent 50bd4c3 commit f3e3589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import { View, Text, Button } from 'react-native'
7171
import { ThemeProvider, useStyle, useTheme } from './theme'
7272

7373
const ComponentWithUseStyle: React.FC = () => {
74-
const styles = useStyle((theme, options) => {
74+
const styles = useStyle(theme => {
7575
text: {
7676
color: theme.textColor,
7777
fontSize: theme.fontSize

0 commit comments

Comments
 (0)