Skip to content

Commit dad9327

Browse files
authored
Update README.md
1 parent f117a25 commit dad9327

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
@@ -32,7 +32,7 @@ import {SafeAreaView, Text, ScrollView, TouchableOpacity} from 'react-native';
3232
import {ActionSheet} from 'react-native-actionsheet-cstm';
3333

3434
const App = () => {
35-
const [showActionSheed, setShowActionSheet] = useState < boolean > false;
35+
const [showActionSheed, setShowActionSheet] = useState<boolean>(false);
3636

3737
const onShowActionSheet = () => {
3838
setShowActionSheet(true);

0 commit comments

Comments
 (0)