react-native-selection-menu
React Native: Native Selection Menu
파일 탐색기
최종 버전 다운로드 (.zip)- org.eclipse.buildship.core.prefs
- RNSelectionMenuModule.java
- RNSelectionMenuPackage.java
- AndroidManifest.xml
- .classpath
- .project
- build.gradle
- ios-hero.gif
- App-test.js
- org.eclipse.buildship.core.prefs
- org.eclipse.buildship.core.prefs
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- 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
- AndroidManifest.xml
- .classpath
- .project
- BUCK
- build.gradle
- build_defs.bzl
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .project
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- background.jpg
- LaunchScreen.xib
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- Info.plist
- Info.plist
- Example-tvOS.xcscheme
- Example.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- ExampleTests.m
- Info.plist
- Podfile
- .buckconfig
- .eslintrc.js
- .flowconfig
- .gitattributes
- .gitignore
- .prettierrc.js
- .watchmanconfig
- App.js
- app.json
- babel.config.js
- index.js
- metro.config.js
- package.json
- project.pbxproj
- contents.xcworkspacedata
- RNSelectionMenu.h
- RNSelectionMenu.m
- RNSelectionMenu.podspec
- .gitignore
- LICENSE
- package.json
- README.md
- RNSelectionMenu.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/prscX/react-native-selection-menu
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-selection-menu
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
