Git Product home page Git Product logo

react-native-fluidic-slider's Introduction

PRs Welcome

ReactNative: Native Fluidic Slider (Android/iOS): Deprecated

Due to time constraint, this library is deprecated and not maintained anymore, You can still use this library.

If this project has helped you out, please support us with a star ๐ŸŒŸ

This library is a React Native bridge around native fluid slider libraries. It allows you select value from a range of values:

๐Ÿ“– Getting started

$ npm install react-native-fluidic-slider --save

$ react-native link react-native-fluidic-slider

  • Android
    • Please add below script in your build.gradle
buildscript {
    repositories {
        google()
        maven { url "https://maven.google.com" }
        jcenter()
        ...
    }
}

allprojects {
    repositories {
        google()
        mavenLocal()
        maven { url 'https://jitpack.io' }
        maven {
            url 'https://maven.google.com/'
            name 'Google'
        }
        jcenter()
        ...
    }
}

Note: Android SDK 27 > is supported

  • iOS

    iOS Prerequisite: Please make sure CocoaPods is installed on your system

    • After react-native link react-native-fluidic-slider, please verify node_modules/react-native-fluidic-slider/ios/ contains Pods folder. If does not exist please execute pod install command on node_modules/react-native-fluidic-slider/ios/, if any error => try pod repo update then pod install
    • After verification, open your project and create a folder 'RNFluidicSlider' under Libraries.
    • Drag node_modules/react-native-fluidic-slider/ios/pods/Pods.xcodeproject into RNFluidicSlider, as well as the RNFluidicSlider.xcodeproject if it does not exist.
    • Add the fluid_slider.framework & pop.framework into your project's Embedded Binaries and make sure the framework is also in linked libraries.
    • Go to your project's Build Settings -> Frameworks Search Path and add ${BUILT_PRODUCTS_DIR}/fluid_slider non-recursive.
    • Now build your iOS app through Xcode

๐Ÿ’ป Usage

import { RNFluidicSlider } from 'react-native-fluidic-slider'

<RNFluidicSlider></RNFluidicSlider>

๐Ÿ’ก Props

  • General(iOS & Android)
Prop Type Default Note
min number 0 Specify min range value of the slider
max number 100 Specify max range value of the slider
initialPosition number - 0 to 1 .5 Specify initial position of slider indicator
barColor string: HEX_COLOR #6168e7 Specify bar color
bubbleColor string: HEX_COLOR #FFFFFF Specify bubble color
barTextColor string: HEX_COLOR #FFFFFF Specify bar text color
bubbleTextColor string: HEX_COLOR #000000 Specify bubble text color
beginTracking func (position) Specify callback function for begin tracking
endTracking func (position) Specify callback function for end tracking

Note:

  • Initial Position: Sepcify initial position in fraction from 0 to 1
  • beginTracking & endTracking: It will provide fraction value of position ranging from 0 to 1. Please use below formulate to calculate numerical value of selected position: min + ((max - min) * position)

โœจ Credits

๐Ÿค” How to contribute

Have an idea? Found a bug? Please raise to ISSUES. Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.

๐Ÿ’ซ Where is this library used?

If you are using this library in one of your projects, add it in this list below. โœจ

๐Ÿ“œ License

This library is provided under the Apache 2 License.

RNFluidicSlider @ prscX

๐Ÿ’– Support my projects

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like ๐Ÿš€

  • If you're feeling especially charitable, please follow prscX on GitHub.

    Buy Me A Coffee

    Thanks! โค๏ธ
    prscX.github.io
    </ Pranav >

react-native-fluidic-slider's People

Contributors

prscms avatar prscx avatar angelk90 avatar saeedzhiany avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.