Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjuric committed Jun 21, 2021
1 parent 7d531d6 commit 1b71b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import withWindowDimensions from '../withWindowDimensions';
import BaseModal from './BaseModal';
import {propTypes, defaultProps} from './ModalPropTypes';

// Only wan to use <SafeAreaView> on iOS. Avoids ScrollBar in the middle of the modal.
// Only want to use <SafeAreaView> on iOS. Avoids ScrollBar in the middle of the modal.
// https://github.com/facebook/react-native/issues/26610
const Modal = props => (
<SafeAreaView>
Expand Down

0 comments on commit 1b71b70

Please sign in to comment.