react-native-passkeys
No description available.
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/peterferguson/react-native-passkeys
Downloads the entire project code from GitHub to your computer.
cd react-native-passkeys
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
