Skip to content

Commit

Permalink
Fix typo in README.md (#723)
Browse files Browse the repository at this point in the history
activeOpaticy->activeOpacity
  • Loading branch information
nacmartin committed Oct 4, 2023
1 parent f0cd6e4 commit 56cc719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const [isVisible, setVisible] = useState(false);
const [date, setDate] = useState('');

<TouchableOpacity
activeOpaticy={1}
activeOpacity={1}
onPress={() => setVisible(true)}>
<Input
value={value}
Expand Down

0 comments on commit 56cc719

Please sign in to comment.