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 f117a25 commit dad9327Copy full SHA for dad9327
README.md
@@ -32,7 +32,7 @@ import {SafeAreaView, Text, ScrollView, TouchableOpacity} from 'react-native';
32
import {ActionSheet} from 'react-native-actionsheet-cstm';
33
34
const App = () => {
35
- const [showActionSheed, setShowActionSheet] = useState < boolean > false;
+ const [showActionSheed, setShowActionSheet] = useState<boolean>(false);
36
37
const onShowActionSheet = () => {
38
setShowActionSheet(true);
0 commit comments