Skip to content

Commit 19123f4

Browse files
ViniciusAtaideMoOx
andauthored
Add comment in Example to know you must open module (#28)
* comment for noobs this comment should help noobs in Reason that doesn't understand fully the module system yet. * Update src/Example.re Co-authored-by: Max Thirouin <git@moox.io>
1 parent a5109cd commit 19123f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Example.re

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Uncomment this to compile this example outside of this repo
2+
// in this example it's not necessary (since we are running it in the module repo itself)
3+
open ReactNavigation;
14
module HomeScreen = {
25
open ReactNative;
36
[@react.component]

0 commit comments

Comments
 (0)