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
+91-28Lines changed: 91 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
5
5
`react-native-really-awesome-button` is a performant, extendable, production ready React Native component that renders an animated set of 3D UI buttons.
6
6
7
-
Run the <atarget="_blank"title="Live Demo"href="https://expo.io/@rcaferati/react-native-really-awesome-button">live demo</a> @ expo.io.
You can use the `Extra Content` prop to render a component inside the button content body. This could be useful to render an image or gradient background
103
+
### Extra content placement
104
+
You can use the `extra` prop to render a component inside the button content body; this should be useful to render an image or gradient background
86
105
87
106
```jsx
107
+
import { StyleSheet } from "react-native";
88
108
import AwesomeButton from "react-native-really-awesome-button";
89
109
import LinearGradient from "react-native-linear-gradient";
Added a set of controlling events on `v2`, giving control of every animation stage like `onPressedIn` and `onPressedOut` which are triggered on the `Animated` callback.
129
+
130
+
```jsx
131
+
import { StyleSheet } from "react-native";
132
+
import AwesomeButton from "react-native-really-awesome-button";
133
+
import LinearGradient from "react-native-linear-gradient";
| dangerouslySetPressableProps | `PressableProps` | `null` | Exposes the `PressableProps` of the `Pressable` wrapper; it can overwrite all props except `onPressIn` and `onPressOut` |
176
+
| debouncedPressTime | `Number` | `0` | Configure onPress function debounce time |
- Checkout my <ahref="https://caferati.me"title="Full-Stack Web Developer, UI/UX Javascript Specialist"target="_blank">Full-Stack Web Developer Website</a>
150
-
- Other open source projects @ <atitle="Web Software Developer Code Laboratory"target="_blank"href="https://caferati.me/labs">Code Laboratory</a>
151
-
- A scope of my work @ <atitle="Web Software Developer Portfolio"target="_blank"href="https://caferati.me/portfolio">Web Developer Portfolio</a>
213
+
- Checkout my <a href="https://caferati.me" title="Full-Stack Web Developer, UI/UX Javascript Specialist" target="_blank">Portfolio Website</a>
214
+
- Connect with me on `LinkedIn`<a href="https://linkedin.com/in/rcaferati" title="Full-Stack Web Developer, UI/UX Javascript Specialist" target="_blank">@rcaferati</a>
0 commit comments