Content
@
0 reply
0 recast
0 reaction
Haole
@haole
I hadn't used the Expo Router before because its API was not stable at the beginning. However, after experimenting with it recently, I found I can easily turn my app into a website. The downside is no server side rendering yet, the client bundle will be quite large.
7 replies
11 recasts
30 reactions
atlasmoth
@osuji.eth
What navigation lib do you use for your app rn?
1 reply
0 recast
1 reaction
Haole
@haole
just React Navigation
1 reply
0 recast
0 reaction
atlasmoth
@osuji.eth
With react navigation you can also "turn any app into a website" no? Or you just don't like the dx of that?
1 reply
0 recast
1 reaction
Haole
@haole
I think it needs more code change, comparing expo route which has file-based navigation
1 reply
0 recast
0 reaction
atlasmoth
@osuji.eth
Obviously don't know how complex your app is, but isn't sth like this all you need to do? i.e const redirectUri = makeRedirectUri({}); const linking = { prefixes: [redirectUri], config: { screens: { CreatePayment: "create_payment", Signin: "signin", MediaFeed: "media_feed", }, }, };
2 replies
0 recast
1 reaction