File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Getting Started
4
4
---
5
5
6
6
_ Reason React Native_ is a safe & simple way to build
7
- [ React Native] ( http ://facebook.github.io/react-native /) apps, in
7
+ [ React Native] ( https ://reactnative.dev /) apps, in
8
8
[ Reason] ( http://reasonml.github.io/ ) , using
9
9
[ ReasonReact] ( https://reasonml.github.io/reason-react/ ) .
10
10
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ All options will basically help you to have :
19
19
20
20
Below we assume you are already familiar with React Native. If you are new to
21
21
React Native, please have a quick look to
22
- [ React Native Getting Started documentation] ( https://facebook.github.io/react-native /docs/getting-started.html )
22
+ [ React Native Getting Started documentation] ( https://reactnative.dev /docs/getting-started.html )
23
23
in order to get the minimal requirements.
24
24
25
25
## Create a new project with _ Reason React Native_
@@ -29,7 +29,7 @@ choosing this option you will get an hello world project that will already have
29
29
all the requirements included.
30
30
31
31
When you have correctly
32
- [ ` react-native-cli ` ] ( http ://facebook.github.io/react-native /docs/getting-started#the-react-native-cli)
32
+ [ ` react-native-cli ` ] ( https ://reactnative.dev /docs/getting-started#the-react-native-cli)
33
33
installed, you can run the following command:
34
34
35
35
``` console
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ the compiled Reason code to the React Native client.
149
149
150
150
Now you can start coding by editing files in ` src/ ` !
151
151
152
- [ Read more about starting the project in your environment of choice] ( http ://facebook.github.io/react-native /docs/getting-started) .
152
+ [ Read more about starting the project in your environment of choice] ( https ://reactnative.dev /docs/getting-started) .
153
153
154
154
** Note: as soon as you have the app installed in a simulator/emulator, you can
155
155
just run**
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ let make = (~pageData) => {
82
82
|| pageData. id
83
83
|> Js . String . startsWith("components/" )) {
84
84
Some (
85
- "http ://facebook.github.io/react-native /docs/"
85
+ "https ://reactnative.dev /docs/"
86
86
++ pageData. title-> Js . String . toLocaleLowerCase
87
87
++ "/" ,
88
88
);
@@ -159,4 +159,4 @@ If you want you can help us to improve the situation by |}
159
159
<JsonBodyRenderer body= {pageData. body} />
160
160
</main >
161
161
</SpacedView >;
162
- };
162
+ };
You can’t perform that action at this time.
0 commit comments