1.0.10 • Published 4 years ago

react-native-schedule-hours v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-native-schedule-hours

Componente para escolher periodos.

Instalação

yarn add react-native-schedule-hours
or 
npm install react-native-schedule-hours

Usando

import ScheduleHours from 'react-native-schedule-hours';

  const handleSelectHour = (hour) => {
   console.log(hour)
  };

<ScheduleHours visible={true} items={[8, 9, 10, 11, 12, 17, 18, 19, 20]} onSelectHour={handleSelectHour} />
1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago