![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
react-native-floating-action-button
Advanced tools
Fully customizable Floating Action Button for React Native.
Add the dependency:
npm i react-native-floating-action-button
"react": ">= 16.x",
"react-native": ">= 0.55.x",
"react-native-vector-icons": ">= 6,x,x",
"react-native-material-ripple": ">= 0.8.x",
"react-native-dynamic-vector-icons": ">= x.x.x"
<FloatingActionButton
text="Share"
iconName="md-share"
iconType="Ionicons"
iconColor="purple"
textColor="purple"
shadowColor="purple"
rippleColor="purple"
/>
Property | Type | Default | Description |
---|---|---|---|
style | style | container | use this to change the main FAB's style |
containerStyle | style | containerStyle | use this to change the main container style (Do not recommended!) |
shadowStyle | style | shadowStyle | changes the FAB's current shadow style, you can implement your own shadow |
materialShadow | boolean | false | makes the special material shadow style like shown as example |
size | number | 50 | use this to change FAB's whole size |
backgroundColor | color | #FBFBFD | use this to change the main FAB's color |
shadowColor | color | #B2B2B2 | use this to change FAB's shadow color |
rippleColor | color | rgba(110, 157, 251, 1.0) | use this to change FAB's ripple color |
rippleContainerBorderRadius | number | 35 | use this to change FAB's ripple container border radius if you have a custom container style with different radius, you need to use this |
disabled | boolean | false | disabled the ripple effect |
iconName | string | null(will be fixed) | changes the icon itself with using react-native-vectors |
iconType | string | null(will be fixed) | changes the icon itself with using react-native-vectors |
iconSize | number | 30 | changes the inside of the icon's size |
iconComponent | component | Icon | it uses the react-native-dynamic-vector-icons' Icon component, you can implement your own component rather than Icon |
textDisable | boolean | false | use this to change disable bottom text, if you just need to use button itself |
text | string | null | use this to change below text |
textColor | colors | rgba(110, 157, 251, 1.0) | use this to change below text color |
textStyle | style | textStyle | use this to change below text style itself |
Special thanks to n4kz, RN Material Ripple for bringing to life Floating Action Button :) Material Ripple should be on built-in feature in React Native.
FreakyCoder, kurayogun@gmail.com
React Native Floating Action Button Library is available under the MIT license. See the LICENSE file for more info.
FAQs
Fully customizable Floating Action Button for React Native.
The npm package react-native-floating-action-button receives a total of 20 weekly downloads. As such, react-native-floating-action-button popularity was classified as not popular.
We found that react-native-floating-action-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.