Bluesky app fork with some witchin' additions 💫

Remove duplicate modal container (#1661)

authored by danabra.mov and committed by

GitHub 60c0db03 d47ff542

-2
-2
src/view/com/lightbox/ImageViewing/index.tsx
··· 27 27 ModalProps, 28 28 Platform, 29 29 } from 'react-native' 30 - import {ModalsContainer} from '../../modals/Modal' 31 30 32 31 import ImageItem from './components/ImageItem/ImageItem' 33 32 import ImageDefaultHeader from './components/ImageDefaultHeader' ··· 155 154 edges={edges} 156 155 aria-modal 157 156 accessibilityViewIsModal> 158 - <ModalsContainer /> 159 157 <View style={[styles.container, {backgroundColor}]}> 160 158 <Animated.View style={[styles.header, {transform: headerTransform}]}> 161 159 {typeof HeaderComponent !== 'undefined' ? (