-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Native Quick Start, Link Documentation, and Examples #4678
Conversation
@@ -1,3 +1,3 @@ | |||
# <Prompt> | |||
|
|||
TODO | |||
Re-exported from core [`Prompt`](../../../react-router/docs/api/Prompt.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryanflorence Can you confirm this is right? It's how all the other files were but it wasn't importing correctly for me. I'm assuming there's some build step I wasn't running.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is correct. react-router-native
re-exports everything from core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for the PR @tylermcginnis
## Exponent | ||
|
||
Easiest way to get started is probably with Exponent. | ||
If this is your first time building a React Native app, we recommend you check out the official ["Getting Started"](https://facebook.github.io/react-native/docs/getting-started.html) guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -1,6 +1,6 @@ | |||
import { AppRegistry } from 'react-native' | |||
|
|||
import App from './examples/BoringExample' | |||
import App from './examples/BasicExample' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
@@ -1,3 +1,3 @@ | |||
# <Prompt> | |||
|
|||
TODO | |||
Re-exported from core [`Prompt`](../../../react-router/docs/api/Prompt.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is correct. react-router-native
re-exports everything from core
No description provided.