feat: Add Expo Router adapter #1377
Answered
by
franky47
SergGrey1992
asked this question in
Ideas
🇬🇧 EnglishFeature Request: Expo Router Adapternuqs currently supports the following adapters:
However, there is no adapter for Expo Router — MotivationExpo Router is rapidly becoming the standard for universal React Native apps Developers building universal apps need a way to sync state with URL search params — Expected API// app/_layout.tsx
import { NuqsAdapter } from 'nuqs/adapters/expo-router'
import { Slot } from 'expo-router'
export default function RootLayout() {
return (
)
}Possible ImplementationAn Expo Router adapter could be built using:
Environment
|
Answered by
franky47
Mar 30, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try out the experimental adapter in #837, I'd love your feedback on it.
(there are a few variants throughout the thread)