Prakash Dasprakshh.hashnode.dev·Sep 21, 2024Simplifying React Native App Navigation with Expo Router: Slot vs Stack.ScreenWhen developing mobile applications with React Native, managing navigation between screens is a crucial part of the user experience. While React Native provides basic navigation tools, Expo Router offers a streamlined way to manage routing, significa...Discuss·29 readsslot vs stack
Richard WestmorelandProilearnedathing.com·Apr 2, 2024Secure React Native App Authentication with PocketBase: A Step-by-Step GuideWhat is PocketBase? PocketBase is an awesome little backend as a service (BaaS) that runs on Go. Its feature set includes an embedded (SQLite) database with real-time subscriptions and built-in auth management. Client-side SDKs are available for both...Discuss·1.3K readsauthentication
Parvez Hasan Rubelphrubel42.hashnode.dev·Jan 25, 2024Expo Router vs React Navigation: Navigating the React Native EcosystemIntroduction: When it comes to developing mobile applications using React Native, navigation is a crucial aspect of the user experience. Choosing the right navigation library can significantly impact the development process and the overall performanc...Discuss·196 readsreactnavigation
Abderahmane Katebabderahmane-kateb.hashnode.dev·Nov 21, 2023Mastering React Native: Building a Job Search Application with Expo Router, etc..Hello and welcome to a new article on my journey in professionalism and learning React Native. Today's edition comes after 4 days of working on a new project or a new application related to job search, specifically a comprehensive application relying...Discuss·31 readsjob search
Aaron K Saundersaaronksaunders.hashnode.dev·Aug 14, 2023Realm Database, Expo SDK 49 and Expo Router Getting StartedSteps for building a simple mobile application using Expo SDK, Expo Router, and MongoDB Realm in React Native and plain Javascript. Realm is a fast, scalable alternative to SQLite with mobile-to-cloud data sync that makes building real-time, reactive...Discuss·31 readsExpo
NBR0KNnativenuggets.hashnode.dev·Jul 29, 2023React Navigation VS Expo Router V2Imagine being in a maze. At one corner, you have a path you've walked on countless times. You know its ins and outs, its twists and turns. On the other corner, you have a new path. It's slick, shiny, and promises the future but it's not fully adopted...Discuss·73 readsSaleor Mobile Appexpo-router
Aaron K Saundersaaronksaunders.hashnode.dev·Jul 26, 2023Expo Router Drawer Navigation - From the DocsOverview Welcome to the third installment of my Expo Router file-based routing video series! In this series, I will be diving into various aspects of Expo Router, including basic routing, dynamic routes, and the Drawer Navigator. As I delved into wor...Discuss·49 readsExpo
Mahmut Gundogdumahmut.hashnode.dev·Jul 25, 2023Expo router v2 "Attempted to navigate before mounting the Root Layout component. Ensure the Root Layout component is rendering a Slot" hatası çözümüExpo 49, Expo router v2 kullandıgımızda _layout.js içerisinde oturum kontrolü yapıp, session yoksa login ekranını açmak gibi bir standart kodum var.Expo'nun kendi dökümanında* örnek auth flow kodu mevcut. Ancak çalışmıyor *https://docs.expo.dev/route...Discuss·370 readsExpo
Aaron K Saundersaaronksaunders.hashnode.dev·Jul 24, 2023Expo Router Tab Navigation -From the DocsOverview Welcome to the second installment of my Expo Router file-based routing video series! In this series, I will be diving into various aspects of Expo Router, including basic routing, dynamic routes, and the Tab Navigator. As I delved into worki...Discuss·79 readsExpo
Mahmut Gundogdumahmut.hashnode.dev·May 23, 2023React native de Expo Router ile Dosya bazli routing ve Auth flowMerhaba bugun expo + expo router ile RN de Dosya bazli routing nasil yaptigimizi anlatacagim. Oncelikle filebased routing nextjs ile belkide sikca adini duydugumuz bir kavram. Ornek uygulamizi olusturuyoruz. npx create-expo-app my-app expo-router he...Discuss·108 readsReact Native