Skip to content

jp928/rn-fluidic-slider

Repository files navigation

rn-fluidic-slider

Installation

yarn add rn-fluidic-slider

iOS

  1. Add
use_modular_headers!

in Podfile

  1. Add
:modular_headers => false

after the following lines:

  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec', :modular_headers => false
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec', :modular_headers => false

more details see, example/ios/Podfile

Usage

import RnFluidicSlider from "rn-fluidic-slider";

// ...


<RnFluidicSlider />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Fluidic slider for react native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published