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 50bd4c3 commit f3e3589Copy full SHA for f3e3589
README.md
@@ -71,7 +71,7 @@ import { View, Text, Button } from 'react-native'
71
import { ThemeProvider, useStyle, useTheme } from './theme'
72
73
const ComponentWithUseStyle: React.FC = () => {
74
- const styles = useStyle((theme, options) => {
+ const styles = useStyle(theme => {
75
text: {
76
color: theme.textColor,
77
fontSize: theme.fontSize
0 commit comments