-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(sdk): React native passkeys tutorial (#663)
* Write tutorial * Upload GIF * Some improvements * Update image * Vale * Some improvements * Some improvements * Some fixes and improvements * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Update pages/advanced/passkeys/tutorials/react-native.mdx * Add react-native-passkeys tutorial to generateCodeExamples.js script * Switch generateCodeExamples.js to TypeScript * Run generateCodeExamples.ts * Add Xcode to Vale whitelist * Import style changes from tutorial repo * Implement requested changes * Implement requested changes * Fix vale errors * Revert requested change l.93 and fix formatting issue * Fix instructions for iOS * Reupload iOS assets * Fix typo * Add app.json to the code examples * Streamline iOS flow; implement requested changes * Fix typo --------- Co-authored-by: louis-md <[email protected]>
- Loading branch information
Showing
16 changed files
with
976 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Fill this information to configure your Safe account | ||
# --------------------------------------------------- | ||
# The private key of the Safe account owner that will be used to deploy the Safe or execute transactions. Should have some test Sepolia ETH. | ||
EXPO_PUBLIC_SAFE_SIGNER_PK=add_private_key_here | ||
# Add the Safe account owners. You can one or more public addresses that you own. | ||
EXPO_PUBLIC_SAFE_OWNERS=["0xOwnerAddress1", "..."] | ||
# Safe salt nonce. A random number that is used to generate to Safe account address. When you change the number a new Safe will be predicted. | ||
# This is useful to start testing the app with a new Safe account. | ||
EXPO_PUBLIC_SAFE_SALT_NONCE=1 | ||
|
||
# Others | ||
# --------------------------------------------------- | ||
# RPC URL for the network where the Safe is deployed | ||
EXPO_PUBLIC_RPC_URL=https://eth-sepolia.public.blastapi.io |
Oops, something went wrong.