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

Add expo-router talk and challenges #231

Open
1 task
MatthysDev opened this issue Apr 23, 2024 · 0 comments
Open
1 task

Add expo-router talk and challenges #231

MatthysDev opened this issue Apr 23, 2024 · 0 comments

Comments

@MatthysDev
Copy link
Collaborator

MatthysDev commented Apr 23, 2024

As a student
I can learn what is expo router
So that I am up to date

internet has won https://x.com/flexbox_/status/1795002607708029247
we should sunset react-navigation and start with expo-router


Slides content

CleanShot 2024-05-27 at 10 04 44

Expo router: file system-based routing for React Native

  • Different UX for iOS and android

  • App folder

    • Stack Navigator
      • index.tsx -> /
      • products.tsx -> /products
      • _layout.tsx
        Organise screens and declared how it should be rendered
        the declaration is implicit
        You can declare them if you want to update options like title, icon …
  • iOS, Android, web, TVOS

  • features

    • Typescript
    • Deep linking
    • Api route cart+api.ts
  • What is expo router reddit
    https://www.reddit.com/r/reactnative/s/HXTm579s1f


talk


Passing data between screens

https://docs.expo.dev/router/reference/search-parameters/#route-parameters-versus-search-parameters

@flexbox flexbox changed the title Migrate to expo router Add expo-router talk and challenges May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant