Closed
Description
Just tracking react native thoughts here. My assumptions are probably all wrong since 1) I don't know much about native dev and 2) I've spent 5 minutes with react native but:
- Looks like a component is mounted as the "top level" thing, the router listens to a location and then renders an app, so the basic usage is probably going to be slightly different, your top level component has route definitions and gets a url passed in as a prop or something.
- We need some sort of iOS
Location
and eventually anAndroid
location, it'll probably be stored in memory and persisted to some sort oflocalStorage
equivalent. When the app boots we look at the URI requesting the launch first, and then thelocalStorage
(whatever it really is) second.
Again, I have no idea what I'm talking about yet. ¯(º_o)/¯
Metadata
Metadata
Assignees
Labels
No labels