반응형 object-c1 react-native iOS 모듈 만들기 1. 리액트-네이티브 프로젝트 생성brew install nodebrew install watchmannpx react-native@latest init AwesomeProject 2. 프로젝트 실행후, iOS 시뮬레이터에서 실행 확인npm start# 실행시 meteo 가 실행 되고, i 를 누르면 iOS에뮬레이터가 실행되며 cocoapod 설치 여부 물어봄 설치! 3. 네이티브 모듈 생성 ( 파일2개 )RCTCalendarModule.h//// Header.h// AwesomeProject//// Created by 한태종 on 11/22/24.//#ifndef RCTCalendarModule_h#define RCTCalendarModule_h#import @interface RCTCalenda.. 2024. 11. 22. 이전 1 다음 반응형