Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use expo router #266

Closed
wants to merge 10 commits into from
Closed

feat: use expo router #266

wants to merge 10 commits into from

Conversation

ElenaBitire
Copy link
Collaborator

What does this do?

Update the starter to use expo-router instead of navigation system

Why did you do this?

Expo router provides a simple and declarative way to handle navigation.

Who/what does this impact?

Expo Router has the ability to statically type routes automatically. This ensures you can only link to valid routes and that you can't link to a route that doesn't exist.

How did you test this?

locally

Copy link

netlify bot commented Jan 25, 2024

Deploy Preview for obytes-starter canceled.

Name Link
🔨 Latest commit 0889b90
🔍 Latest deploy log https://app.netlify.com/sites/obytes-starter/deploys/65b244406eccac0008b2273f

Copy link
Contributor

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 26%
25.27% (113/447) 16.29% (29/178) 5.84% (10/171)

😎 Tests Results

Tests Skipped Failures Errors Time
4 0 💤 0 ❌ 0 🔥 16.949s ⏱️
👀 Tests Details • (26%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files25.2716.295.8426.24 
api/posts010000 
   use-post.ts01000010–15
app010000 
   _layout.tsx01000015–57
   login.tsx01000011–20
   onboarding.tsx0100008–42
app/(app)0000 
   _layout.tsx000015–65
   index.tsx000010–29
   settings.tsx000024–28
   style.tsx01000010
app/feed0000 
   [id].tsx00008–36
   add-post.tsx01000011–43
components12.12255.2612.5 
   button-variants.tsx0100009–17
   card.tsx00008–9
   color-variants.tsx00009–43
   cover.tsx0100006–7
   input-variants.tsx0100008–27
   login-form.tsx10010050100 
   text-variants.tsx0100009–17
   title.tsx0100008–9
components/settings0000 
   item.tsx000013–16
   items-container.tsx000011–12
   language-item.tsx01000011–35
   theme-item.tsx01000010–36
core29.72021.4233.33 
   use-theme-config.tsx000010–36
ui/core/modal25.80026.66 
   index.tsx0000 

@yjose yjose mentioned this pull request Jan 25, 2024
@yjose
Copy link
Member

yjose commented Jan 25, 2024

Closed in favor of #266

@yjose yjose closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants