File tree Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ id : cheatsheet
3+ title : Cheatsheet
4+ ---
5+
6+ @todo
7+
8+ ---
9+
10+ ## Further reading
11+
12+ - [ Migration from ` bs-react-native ` ] ( /reason-react-native/en/docs/migration/jsx3/ )
13+
14+ ## In case you missed it
15+
16+ - [ Getting Started] ( /reason-react-native/en/docs/ )
17+ - [ Installation] ( /reason-react-native/en/docs/install/ )
18+ - [ Example] ( /reason-react-native/en/docs/example/ )
Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ title: Example
44---
55
66@todo
7+
8+ ---
9+
10+ ## Further reading
11+
12+ - [ Cheatsheet] ( /reason-react-native/en/docs/cheatsheet/ )
13+
14+ ## In case you missed it
15+
16+ - [ Getting Started] ( /reason-react-native/en/docs/ )
17+ - [ Install] ( /reason-react-native/en/docs/install/ )
Original file line number Diff line number Diff line change @@ -29,3 +29,12 @@ What is awesome about _Reason React Native_ bindings is that they don't
2929introduce an additional cost. The JavaScript code produced by BuckleScript will
3030directly hit React & React Native JavaScript implementation, without any extra
3131runtime & bundle cost.
32+
33+ ---
34+
35+ ## Further reading
36+
37+ - [ Installation] ( /reason-react-native/en/docs/install/ )
38+ - [ Example] ( /reason-react-native/en/docs/example/ )
39+ - [ Cheatsheet] ( /reason-react-native/en/docs/cheatsheet/ )
40+ - [ Migration from ` bs-react-native ` ] ( /reason-react-native/en/docs/migration/jsx3/ )
Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ title: Installation
44---
55
66@todo
7+
8+ ---
9+
10+ ## Further reading
11+
12+ - [ Example] ( /reason-react-native/en/docs/example/ )
13+ - [ Cheatsheet] ( /reason-react-native/en/docs/cheatsheet/ )
14+
15+ ## In case you missed it
16+
17+ - [ Getting Started] ( /reason-react-native/en/docs/ )
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ let sections = [
8181 ("Introduction" , "docs/" ),
8282 ("Installation" , "docs/install/" ),
8383 ("Example" , "docs/example/" ),
84+ ("Cheatsheet" , "docs/cheatsheet/" ),
8485 ("Migration from bs-react-native" , "docs/migration/jsx3/" ),
8586 ] ,
8687 },
You can’t perform that action at this time.
0 commit comments