TIL: RN | Modal - 221102

Lumpen·2022년 11월 2일
0

TIL

목록 보기
179/242

Modal

react native 에는 빌트인 모듈로 Modal 이 구현되어 있다

prop으로 visible: boolean 을 주어 on / off 가능..
transparent 로 투명도 조절도 가능하다

position 은 absolute 처럼 동작함..

<Modal transparent={false} visible={isModal}>
      <SafeAreaView>

      </SafeAreaView>
    </Modal>

modal 내부에 safeAreaView를 주어 작업할 예정..

profile
떠돌이 생활을 하는. 실업자는 아니지만, 부랑 생활을 하는

0개의 댓글