Giter VIP home page Giter VIP logo

react-native-motion-slider's Introduction

Hi my name is Vitor Silva


I'm a Software Engineer from Portugal 🇵🇹
My focus is mainly motion and visuals


const about = {
  name: "Vitor Silva",
  pronoun: "he/him",
  workplace: {
    company: "Mastercard",
    role: "Senior Software Engineer"
  },
  tech: {
    languages: ["Javascript", "Typescript", "Python", "Java", "Kotlin"],
    libs: ["React", "Redux", "Node.js", "Jest", "Testing Library", "Enzyme"],
    frameworks: ["Next.js", "Gatsby", "React Native", "Spring MVC"],
    tools: ["Docker", "Webpack", "Nginx", "RabbitMQ"],
    architectures: ["Microservices", "Event-driven", "Design System Pattern"],
  },
  hobbies: ["Guitar", "Videogames"]
}

Project Highlights

View all...

GitHub Stats

Sponsors & Supporters

View all sponsors and supporters

no one to show yet...



If you like what I do, consider sending a tip and get featured on my page ❤️
Feel free to choose any of the payment methods below

react-native-motion-slider's People

Contributors

vitorcodes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-native-motion-slider's Issues

No interaction in iOS simulator

Hi,

I'm having an issue on the latest revisions of React Native via Expo (same behaviour happens when building the app),
The component renders fine on web, iOS, Android but the user can only interact with it on web.

Any idea on what might block here ?

<MotionSlider
      value={value}
      backgroundColor={['rgb(190,15,52)']}
      fontSize={17}
      min={range_start}
      max={range_end}
      onValueChanged={setValue}
/>

Changing Min, Max numbers depending on scale

<View>
          <MotionSlider
            title={'Choose the desired temperature'}
            min={57}
            max={99}
            value={80}
            decimalPlaces={1}
            units={'º'}
            backgroundColor={[
              'rgb(3, 169, 244)',
              'rgb(255, 152, 0)',
              'rgb(255, 87, 34)'
            ]}
            onValueChanged={value => console.log(value)}
            onPressIn={() => console.log('Pressed in')}
            onPressOut={() => console.log('Pressed out')}
            onDrag={() => console.log('Dragging')}
          />
        </View>

I dont understand why my app keeps breaking if the value i have set is between the Min/Max. Any idea of how to fix it?

I'm getting "Invariant violation: inputRange must be monotonically non-decreasing 57,33,99"

Toggle between single or multi slider mode?

Hey, just want to point out, fantastic work on the fluid UI. Looks super amazing. I just wanted to ask, do you have any plans to make this slider from single slider to multi slider with Two Thumbs? And then have a boolean toggle prop to let the user switch between both Slider Modes?

If yes, when can we possibly expect for it to be released for this library?

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.