Skip to content

Commit

Permalink
complete setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Jan 8, 2024
1 parent 7efb145 commit 7214c09
Show file tree
Hide file tree
Showing 43 changed files with 319 additions and 209 deletions.
2 changes: 1 addition & 1 deletion apps/expo/app/setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Setup = observer(() => {
pressStyle={{ backgroundColor: "$grey1" }}
position="relative"
onPress={() => {
router.push(`/setup/steps?appName=${app.name}`);
router.push(`/setup/steps?appName=${app.name}&appKey=${app.key}`);
}}
>
<XStack space="$3" alignItems="center">
Expand Down
Loading

0 comments on commit 7214c09

Please sign in to comment.