yeahzy
주말에 몰아쓰는 개발일기
yeahzy
전체 방문자
오늘
어제
  • 분류 전체보기 (22)
    • 주말에 쓰는 개발일기 (20)
      • javascript (10)
      • java (1)
      • react-native (5)
      • react (2)
    • 모든 일은 평일에 이루어지지 (2)

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • Ajax
  • popup opener
  • showModalDialog
  • 크롬 opener
  • window.opener
  • 파일업로드
  • javascript opener오류
  • event.preventDefault()
  • next.js기초
  • Java
  • showModalDialog.js
  • 신입개발자로드맵
  • fileupload
  • opener 안될 때
  • 프론트엔드로드맵
  • javascript
  • event.stopPropagation()
  • popup에서 부모창 함수 호출
  • 크롬개발자도구오류
  • 개발자역량강화로드맵

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
yeahzy

주말에 몰아쓰는 개발일기

주말에 쓰는 개발일기/react-native

[react-native] 웹뷰 프로젝트 생성 및 초기셋팅

2022. 6. 4. 18:52

- 프로젝트 생성

npx react-native init 앱이름

 

- 웹뷰

npm install --save react-native-webview

 

- 네비게이터 (뒤로가기)

npm install @react-navigation/native

npm install @react-navigation/stack

npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

 

- intent

npm install react-native-send-intent --save

 

- 앱 내 데이터 저장소 (자동로그인)

npm install @react-native-async-storage/async-storage

 

-스플래시

npm i react-native-splash-screen --save

 

-스와이프 감지

npm i -S react-native-swipe-gestures

 

—타입스크립트

npm install typescript @types/react @types/react-native --save-dev

 

'주말에 쓰는 개발일기 > react-native' 카테고리의 다른 글

[react-native] 스플래시 만들기  (0) 2022.06.04
[react-native] 안드로이드 aab 파일 추출하기  (0) 2022.06.04
[react-native] 안드로이드 디바이스에서 앱 테스트하기  (0) 2022.06.04
[react-native] react-native : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Program Files\nodejs\react-native.ps1 파일을 로드할 수 없습니다.  (0) 2022.06.04
    '주말에 쓰는 개발일기/react-native' 카테고리의 다른 글
    • [react-native] 스플래시 만들기
    • [react-native] 안드로이드 aab 파일 추출하기
    • [react-native] 안드로이드 디바이스에서 앱 테스트하기
    • [react-native] react-native : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Program Files\nodejs\react-native.ps1 파일을 로드할 수 없습니다.
    yeahzy
    yeahzy
    주말에 몰아 쓰려고 만들었는데 생각보다 주말은 빠르다..

    티스토리툴바