All Projects → mirailabs → react-native-swipe-action-list

mirailabs / react-native-swipe-action-list

Licence: Apache-2.0 license
A list view that supports swipe actions for React Native (Android & iOS).

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-swipe-action-list

React Native Swipe List View
A React Native ListView component with rows that swipe open and closed
Stars: ✭ 2,524 (+13922.22%)
Mutual labels:  react-native-component
react-native-multi-selectbox
Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user interface & user experience on both platforms.
Stars: ✭ 169 (+838.89%)
Mutual labels:  react-native-component
react-native-carousel-component
React Native Carousel Component for IOS & Android
Stars: ✭ 61 (+238.89%)
Mutual labels:  react-native-component
React Native Hero
🤘 A super duper easy hero unit react-native component with support for dynamic image, dynamic sizing, color overlays, and more
Stars: ✭ 234 (+1200%)
Mutual labels:  react-native-component
react-native-android-notification-listener
React Native Android Notification Listener - Listen for status bar notifications from all applications
Stars: ✭ 87 (+383.33%)
Mutual labels:  react-native-component
react-native-image-blur-shadow
A React Native Image component with Blur Drop Shadows,100% JavaScript, 0 dependency component. Supports Android, iOS and Web. A light weight <Image/> component for your react native project.
Stars: ✭ 80 (+344.44%)
Mutual labels:  react-native-component
React Native Side Menu
Side menu component for React Native
Stars: ✭ 2,214 (+12200%)
Mutual labels:  react-native-component
react-native-window-guard
SafeAreaView alternative for React Native which provides relevant window insets for both iOS and Android.
Stars: ✭ 30 (+66.67%)
Mutual labels:  react-native-component
react-native-vector-image
iOS/Android native vector assets generated from SVG
Stars: ✭ 224 (+1144.44%)
Mutual labels:  react-native-component
react-native-ios-modal
A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.
Stars: ✭ 94 (+422.22%)
Mutual labels:  react-native-component
React Native Responsive Dimensions
Resposive fontSize, height and width for react-native components, that automatically adjusts itself based on screen-size of the device.
Stars: ✭ 243 (+1250%)
Mutual labels:  react-native-component
react-native-component-splitter
VS Code Extension allows splitting React Native Component into Sub-Component
Stars: ✭ 33 (+83.33%)
Mutual labels:  react-native-component
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (+338.89%)
Mutual labels:  react-native-component
React Native Dynamic Search Bar
Medium Article: https://freakycoder.com/react-native-library-dynamic-search-bar-c03fea9fae36
Stars: ✭ 225 (+1150%)
Mutual labels:  react-native-component
react-native-uiw
A UI component library based on React Native (Android & iOS).
Stars: ✭ 28 (+55.56%)
Mutual labels:  react-native-component
React Native Beautiful Video Recorder
The video recorder component that extends from react-native-camera. It works for both iOS & Android.
Stars: ✭ 204 (+1033.33%)
Mutual labels:  react-native-component
expo-ui-kit
expo-ui-kit - a components based React-Native UI Kit
Stars: ✭ 88 (+388.89%)
Mutual labels:  react-native-component
react-native-card-list
A React Native component which displays a list of image cards that zoom to fullscreen
Stars: ✭ 19 (+5.56%)
Mutual labels:  react-native-component
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+705.56%)
Mutual labels:  react-native-component
react-native-chat-ui
Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
Stars: ✭ 168 (+833.33%)
Mutual labels:  react-native-component

react-native-swipe-action-list

npm version npm downloads build

A list view that supports swipe actions for React Native (Android & iOS).


demo gif

Installation

npm i react-native-swipe-action-list

or

yarn add react-native-swipe-action-list

API

<SwipeActionList />

Prop Type Required Description
data array Yes An array of items to be rendered in the list.
keyExtractor function Yes A function that returns an item's key.
renderItem function Yes A render function for each item row.
renderLeftHiddenItem function Yes A render function for the hidden view that appears when a user swipes left.
renderRightHiddenItem function Yes A render function for the hidden view that appears when a user swipes right.
onSwipeLeft function No A callback invoked after a user has finished swiping left.
onSwipeRight function No A callback invoked after a user has finished swiping right.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].