Skip to content

Commit 4011397

Browse files
committed
added documentation
1 parent 9c5d7ef commit 4011397

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1362
-330
lines changed

images/adding-header-button.png

38 KB
Loading

images/custom-header-title.png

36.6 KB
Loading
240 KB
Loading

images/lifeCycleDemo.gif

4.05 MB
Loading

images/overrideTitle.png

57.2 KB
Loading
1.54 MB
Loading

images/sharingOptions.gif

2.8 MB
Loading

src/App.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
let app = Demo.make;
2-
let app = SimpleStacks.make;
1+
// let app = Demo.make;
2+
// let app = SimpleStacks.make;
33
let app = HomeScreen.make;

src/AppStateDemo.re

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/Demos/AppStateDemo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# See AppState Api: <https://reasonml-community.github.io/reason-react-native/en/docs/apis/AppState/>

0 commit comments

Comments
 (0)