Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 891 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 891 Bytes

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