
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@freakycoder/react-native-button
Advanced tools
Fully customizable, Gradient, Outline and Solid Button for React Native.
Add the dependency:
npm i @freakycoder/react-native-button
"react-native-vector-icons": ">= 6.x.x",
"react-native-linear-gradient": ">= 2.5.x",
"react-native-dynamic-vector-icons": ">= x.x.x"
import { Button, GooglePlayButton } from "@freakycoder/react-native-button";
<GooglePlayButton text="Open" textColor="#fff" rippleColor="white" />
<GooglePlayButton outline text="Uninstall" />
<Button gradient textColor="white" shadowColor="#ff738b" />
<Button
solid
textColor="white"
shadowColor="#ff738b"
backgroundColor="#FFAFBD"
/>
<Button outline color="#ff738b" textColor="#ff738b" borderColor="#ff738b" />
Property | Type | Default | Description |
---|---|---|---|
text | string | null | set the button's text |
solid | boolean | false | make the button with a solid background and a shadow |
outline | boolean | true | make the button outline |
gradient | boolean | false | make the button with a gradient background and a shadow |
iconDisable | boolean | false | disable the left icon if you want |
backgroundColor | color | #757575 | change the solid's background color |
style | style | default | set/override the style for the button's style |
textStyle | style | default | set/override style for the button's text style |
shadowStyle | style | default | set/override style for the button's shadow style |
outlineStyle | style | default | set/override style for the button's outline style |
Property | Type | Default | Description |
---|---|---|---|
text | string | null | set the button's text |
solid | boolean | false | make the button with a solid background and a shadow |
outline | boolean | true | make the button outline |
gradient | boolean | false | make the button with a gradient background and a shadow |
iconDisable | boolean | false | disable the left icon if you want |
backgroundColor | color | #757575 | change the solid's background color |
style | style | default | set/override the style for the button's style |
textStyle | style | default | set/override style for the button's text style |
textColor | color | default | set button's text color |
shadowStyle | style | default | set/override style for the button's shadow style |
outlineStyle | style | default | set/override style for the button's outline style |
onPress | function | default | set the onPress functionality |
Property | Type | Default | Description |
---|---|---|---|
name | string | star | change the icon name from React Native Vector Icons |
type | string | FontAwesome | change the icon type from React Native Vector Icons |
color | color | white | change the icon color |
size | number | 15 | change the icon size |
⚠ BREAKING CHANGE: Way of import is changed! GooglePlayButton with newest Material Design 2 is added 🎉
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator
FreakyCoder, kurayogun@gmail.com
React Native Button Library is available under the MIT license. See the LICENSE file for more info.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.