There was an error while loading. Please reload this page.
1 parent 03e72f5 commit 2ffb839Copy full SHA for 2ffb839
1 file changed
docs/button.md
@@ -3,3 +3,12 @@ id: button
3
title: Button
4
wip: true
5
---
6
+
7
+## Example
8
9
+```res
10
+open ReactNative
11
12
+<Button title={"Click me"} onPress={_ => Js.log("tes")} />
13
+```
14
0 commit comments