react-native-passkeys
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- config.json
- README.md
- PasskeyOptions.kt
- ReactNativePasskeysModule.kt
- AndroidManifest.xml
- build.gradle
- AndroidManifest.xml
- AndroidManifest.xml
- MainActivity.kt
- MainApplication.kt
- ic_launcher_background.xml
- rn_edit_text_material.xml
- splashscreen_logo.png
- splashscreen_logo.png
- splashscreen_logo.png
- splashscreen_logo.png
- splashscreen_logo.png
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- colors.xml
- strings.xml
- styles.xml
- colors.xml
- AndroidManifest.xml
- build.gradle
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- adaptive-icon.png
- favicon.png
- icon.png
- splash.png
- App-Icon-1024x1024@1x.png
- Contents.json
- Contents.json
- Contents.json
- image.png
- image@2x.png
- image@3x.png
- Contents.json
- Expo.plist
- AppDelegate.swift
- Info.plist
- PrivacyInfo.xcprivacy
- reactnativepasskeysexample-Bridging-Header.h
- reactnativepasskeysexample.entitlements
- SplashScreen.storyboard
- reactnativepasskeysexample.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .gitignore
- .xcode.env
- Podfile
- Podfile.lock
- Podfile.properties.json
- apple-app-site-association
- assetlinks.json
- _layout.tsx
- index.tsx
- alert.ts
- @hexagon__base64.d.ts
- .env.example
- .gitignore
- .npmrc
- app.config.ts
- babel.config.js
- eas.json
- firebase.json
- metro.config.js
- package.json
- pnpm-lock.yaml
- tsconfig.json
- webpack.config.js
- Cbor.swift
- PasskeyDelegate.swift
- PasskeyExceptions.swift
- PasskeyOptions.swift
- PasskeyResponses.swift
- PublicKey.swift
- ReactNativePasskeys.podspec
- ReactNativePasskeysModule.swift
- Shared.swift
- base64.ts
- prf.ts
- warn-user-of-missing-webauthn-extensions.ts
- errors.ts
- index.ts
- ReactNativePasskeys.types.ts
- ReactNativePasskeysModule.ts
- ReactNativePasskeysModule.web.ts
- .attw.json
- .eslintrc.js
- .gitignore
- .npmignore
- .oxfmtrc.json
- .oxlintrc.json
- CHANGELOG.md
- CHECKLIST.md
- expo-module.config.json
- funding.json
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/peterferguson/react-native-passkeys
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-passkeys
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
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)
