You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ import Button from 'apsl-react-native-button'
22
22
23
23
## Usage
24
24
25
-
Provide ``TouchableOpacity``' props to the component (including ``style``), ``textStyle``'s ``StyleSheet`` to customize the inner text and a children node to render. Check the included example for more options.
25
+
Provide ``TouchableOpacity``' props to the component (including ``style``),
26
+
``textStyle``'s ``StyleSheet`` to customize the inner text and a children node
27
+
to render. You can also provide the ``isLoading`` prop that will dim the button
28
+
and disable it to prevent accidental taps. Check the included example for more
0 commit comments