Skip to content

Commit

Permalink
docs(rn): add callouts for expo tsconfig and deployment targets (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Jan 28, 2025
1 parent 83d26d0 commit 84a7ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import Snippet from "../../../shared/react-native/prerequisites.mdx";

We would go through the steps to get your environment setup for using Account Kit within a React Native application on Expo.

<Snippet />- The Signer package is incompatible with Expo Go and as a result, you'd
need to use a Development Build. Check the [Expo Development Builds documentation](https://docs.expo.dev/guides/local-app-development/)
for more information.
<Snippet />

## Create a new Expo project

Expand Down
3 changes: 3 additions & 0 deletions site/shared/react-native/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
- React Native version 0.76 or later
- iOS Minumum Deployment Target: 17.0
- The Signer package requires you to be on React Native's new architecture. For information on how to enable it in your Expo project, check their [documentation](https://docs.expo.dev/guides/new-architecture/).
- The Signer package is incompatible with Expo Go and as a result, you'd
need to use a Development Build. Check the [Expo Development Builds documentation](https://docs.expo.dev/guides/local-app-development/)
for more information.

0 comments on commit 84a7ee5

Please sign in to comment.