0.9.1 • Published 5 years ago

react-native-material-ripple v0.9.1

Weekly downloads
30,604
License
BSD-3-Clause
Repository
github
Last release
5 years ago

react-native-material-ripple

npm license codeclimate

Base component for touchable elements

example

Features

  • Easy to use
  • Configurable
  • Consistent look and feel on iOS and Android
  • Can be used as drop-in replacement for TouchableWithoutFeedback
  • Pure javascript implementation
  • RTL Support

Installation

npm install --save react-native-material-ripple

Usage

import React, { Component } from 'react';
import { Text } from 'react-native';
import Ripple from 'react-native-material-ripple';

class Example extends Component {
  render() {
    return (
      <Ripple>
        <Text>touch me</Text>
      </Ripple>
    );
  }
}

Properties

namedescriptiontypedefault
rippleColorRipple colorStringrgb(0, 0, 0)
rippleOpacityRipple opacityNumber0.3
rippleDurationRipple duration in msNumber400
rippleSizeRipple size restrictionNumber0
rippleContainerBorderRadiusRipple container border radiusNumber0
rippleCenteredRipple always starts from centerBooleanfalse
rippleSequentialRipple should start in sequenceBooleanfalse
rippleFadesRipple fades outBooleantrue
disabledRipple should ignore touchesBooleanfalse
onPressInTouch moved in or started callbackFunction-
onPressOutTouch moved out or terminated callbackFunction-
onPressTouch up inside bounds callbackFunction-
onLongPressTouch delayed after onPressIn callbackFunction-
onRippleAnimationAnimation start callbackFunction-

Other TouchableWithoutFeedback properties will also work

Example

git clone https://github.com/n4kz/react-native-material-ripple
cd react-native-material-ripple/example
npm install
react-native run-ios # or run-android

Copyright and License

BSD License

Copyright 2017-2018 Alexander Nazarov. All rights reserved.

react-native-material-dropdown-v3react-native-material-dropdown-edot@infinitebrahmanuniverse/nolb-react-native-mareact-native-classic-pagination@everything-registry/sub-chunk-2583@gerwim/react-native-awesome-pin@nextgencodecompany/react-native-dropdown-autocomplete@nafplann/react-native-dropdown-autocomplete@najathi/flaaw-ui@laurabeatris/react-native-dropdown-autocomplete@geuntabuwono/react-native-material-buttons@geuntabuwono/react-native-material-dropdown@magicfun1241/react-native-material-dropdown@ma-shop/components@mopinion-mobile/react-native-material-dropdown@native-base/v3@softmedialab/react-native-material-dropdownnative-base-v3native-base-hotfix@ruttl/bug-tracking@recursiva-gmd-explore/react-native-material-dropdown@zcorefinance/react-native-awesome-pin@superlogica/design-system-mobile@superlogica/button-native@tools-alive-react/react-native-material-dropdown@toxclient/shathuiak-react-native-instagramak-react-native-itemboxak-react-native-taghvimak-react-native-textentry@folionet/rn-components@anasmasood94/react-native-material-dropdownpkg-cpreact-native-collapsible-buttonreact-native-dropdown-autocompletereact-native-dropdown-autocomplete-revisedreact-native-material-dropdownreact-native-material-dropdown-axelreact-native-material-dropdown-rwreact-native-material-dropdown-smartlifereact-native-material-dropdown-updatereact-native-material-dropdown-upgradedreact-native-material-dropdown-v2react-native-material-dropdown-v2-fixedreact-native-material-dropdown-v2-roboreact-native-material-dropdown-w-render-propsreact-native-material-dropdown-yayareact-native-material-loading-buttonreact-native-material-dropdown-customizable-dropdown-itemreact-native-material-dropdown-dgjoyreact-native-material-dropdown-fix-v1react-native-material-dropdown-multiplereact-native-material-dropdown-no-proptypesreact-native-material-dropdown-rn060react-native-mat-dropdownreact-native-material-buttonsreact-native-material-buttons-no-proptypesreact-native-search-material-dropdownreact-native-searchable-material-dropdownreact-native-screen-keyboardreact-native-lock-screenreact-native-lock-screen-rowebreact-native-awesome-pinstablex-sdkreact-native-tab-bar-footerreact-native-tabbar-bottomsliding-and-editingrn-material-dropdownreact-native-iaphub-uireact-native-harshit-message-dialog-testreact-native-handoff-dropdownreact-native-formly-templates-mdreact-tungva-autocompletedotpay_dropdowndigicard-react-native-material-buttonsdigicard-react-native-material-dropdownrn-smoothie
0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

6 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago