1.0.10 • Published 5 years ago

react-native-schedule-hours v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago