Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 뷰 정체성
- panorama view
- 360도 이미지
- react
- SwiftUI
- 리액트
- 명시적 정체성
- privacyinfo.plist
- 파노라마 뷰
- React-Native
- ios
- data driven construct
- 스켈레톤 통합
- 구조적 정체성
- 리액트 네이티브
- Android
- launchscreen
- native
- 앱 성능 개선
- 360도 이미지 뷰어
- 라이브러리 없이
- React Native
- launch screen
- 3b52.1
- 네이티브
- requirenativecomponent
- 뷰 생명주기
- ssot
- 360도 뷰어
- react-native-fast-image
Archives
- Today
- Total
목록안드로이드 (1)
Neoself의 기술 블로그
React Native 네이티브 모듈 연결하기 - 파노라마 뷰(Android 2/3)
Android에서의 Native UIComponent 모듈 연결과정은 다음 순서로 진행된다.Android 환경 설정1.1 build.gradle 설정1.2 레이아웃 XML 파일 생성1.3 AndroidManifest.xml 설정Native Module or View Manager 파일 생성Package 파일 추가MainApplication.kt 파일 수정base레벨의 Native View가 ReactNative에서 호출될 수 있도록 연결React Native 단에서 네이티브 모듈 연결1. Android 환경 설정1.1 build.gradle 설정먼저 app/build.gradle 파일에 필요한 패키지를 추가한다implementation "androidx.core:core-ktx:1.12.0"impleme..
개발지식 정리/React Native
2024. 6. 9. 22:41