react-native-carplay
CarPlay with React Native
파일 탐색기
최종 버전 다운로드 (.zip)- actionSheetTemplate.png
- alertTemplate.png
- gridTemplate.png
- informationTemplate.png
- listTemplate.png
- mapTemplateNavigation.png
- mapTemplateRoutes.png
- searchTemplate.png
- tabTemplate.png
- voiceTemplate.png
- bug_report.md
- feature_request.md
- ci-codeql.yml
- ci-gh-pages.yml
- ci-monorepo-integrity.yml
- ci-packages.yml
- plugin-constraints.cjs
- plugin-interactive-tools.cjs
- plugin-typescript.cjs
- plugin-workspace-tools.cjs
- yarn-berry.cjs
- _app.mdx
- _meta.json
- .empty
- cleanup.sh
- prepare.sh
- .gitignore
- LICENSE
- next-env.d.ts
- next.config.js
- package.json
- style.css
- theme.config.tsx
- tsconfig.json
- typedoc.json
- config
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- rn_edit_text_material.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- automotive_app_desc.xml
- AndroidManifest.xml
- ReactNativeFlipper.java
- build.gradle
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- Contents.json
- Contents.json
- Info.plist
- LaunchScreen.storyboard
- RNCarPlayScene.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Info.plist
- RNCarPlaySceneTests.m
- .xcode.env
- AppDelegate.swift
- CarScene.swift
- Entitlements.plist
- PhoneScene.swift
- Podfile
- Podfile.lock
- RNCarPlayScene-Bridging-Header.h
- fork.png
- map.jpg
- right@3x.png
- uturn@3x.png
- cat.jpg
- click@3x.png
- go@3x.png
- item@3x.png
- star.png
- ActionSheet.tsx
- Alert.tsx
- Contact.tsx
- Grid.tsx
- Information.tsx
- List.tsx
- Map.tsx
- Menu.tsx
- NowPlaying.tsx
- POI.tsx
- Search.tsx
- TabBar.tsx
- VoiceControl.tsx
- grid.template.ts
- list.template.ts
- map.template.tsx
- menu.template.ts
- message.template.ts
- pane.template.ts
- search.template.ts
- AndroidAuto.tsx
- App.tsx
- .eslintrc
- .gitignore
- .node-version
- .watchmanconfig
- app.json
- babel.config.js
- Gemfile
- Gemfile.lock
- index.js
- metro.config.js
- package.json
- README.md
- tsconfig.json
- gradle-wrapper.jar
- gradle-wrapper.properties
- Ext.kt
- Parser.kt
- RCTGridTemplate.kt
- RCTListTemplate.kt
- RCTMapTemplate.kt
- RCTMessageTemplate.kt
- RCTPaneTemplate.kt
- RCTSearchTemplate.kt
- RCTTabTemplate.kt
- RCTTemplate.kt
- TemplateParser.kt
- CarScreen.kt
- CarScreenContext.kt
- EventEmitter.kt
- VirtualRenderer.kt
- CarPlayModule.kt
- CarPlayPackage.kt
- CarPlayService.kt
- CarPlaySession.kt
- AndroidManifest.xml
- AndroidManifestNew.xml
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- project.pbxproj
- RCTConvert+RNCarPlay.h
- RCTConvert+RNCarPlay.m
- RNCarPlay.h
- RNCarPlay.m
- RNCarPlayViewController.h
- RNCarPlayViewController.m
- RNCPStore.h
- RNCPStore.m
- Action.ts
- AlertAction.ts
- BarButton.ts
- CarColor.ts
- GridButton.ts
- Header.ts
- ListItem.ts
- ListItemUpdate.ts
- ListSection.ts
- Maneuver.ts
- MapButton.ts
- NavigationAlert.ts
- NavigationInfo.ts
- NavigationStep.ts
- Pane.ts
- PauseReason.ts
- Place.ts
- TextConfiguration.ts
- TimeRemainingColor.ts
- TravelEstimates.ts
- VoiceControlState.ts
- NavigationSession.ts
- Trip.ts
- AndroidNavigationBaseTemplate.ts
- MessageTemplate.ts
- NavigationTemplate.ts
- PaneTemplate.ts
- PlaceListMapTemplate.ts
- PlaceListNavigationTemplate.ts
- RoutePreviewNavigationTemplate.ts
- ActionSheetTemplate.ts
- AlertTemplate.ts
- ContactTemplate.ts
- GridTemplate.ts
- InformationTemplate.ts
- ListTemplate.ts
- MapTemplate.ts
- NowPlayingTemplate.ts
- PointOfInterestTemplate.ts
- SearchTemplate.ts
- TabBarTemplate.ts
- Template.ts
- VoiceControlTemplate.ts
- CarPlay.ts
- index.ts
- .eslintrc
- .gitignore
- package.json
- react-native-carplay.podspec
- tsconfig.build.json
- tsconfig.json
- tsconfig.tsbuildinfo
- .editorconfig
- .eslintrc
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc
- .yarnrc.yml
- AndroidAuto.md
- CarPlay.md
- constraints.pro
- LICENSE.md
- monorepo.code-workspace
- package.json
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/birkir/react-native-carplay
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-carplay
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd packages/react-native-carplay/android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
3. Node.js
쉬움사전 준비물
yarn add react-native-carplay --save
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install react-native-carplay --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn run ios|android
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn run start
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
