Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Oct 15, 2021
1 parent 66f269a commit 2b23568
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Modal/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import withWindowDimensions from '../withWindowDimensions';
import BaseModal from './BaseModal';
import {propTypes, defaultProps} from './ModalPropTypes';

// 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 => (
<BaseModal
// eslint-disable-next-line react/jsx-props-no-spreading
Expand Down

0 comments on commit 2b23568

Please sign in to comment.