You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,12 +442,12 @@ return (
442
442
| hourLimit | Limit on the hours it is possible to select |`{ max?: Number, min?: Number }`| - | false |
443
443
| minuteLimit | Limit on the minutes it is possible to select |`{ max?: Number, min?: Number }`| - | false |
444
444
| secondLimit | Limit on the seconds it is possible to select |`{ max?: Number, min?: Number }`| - | false |
445
-
|maximumHours | The highest value on the hours picker | Number |23| false |
446
-
|maximumMinutes | The highest value on the minutes picker | Number |59| false |
447
-
|maximumSeconds | The highest value on the seconds picker | Number |59| false |
448
-
| hourInterval | The interval between values on the hours picker | Number |1| false |
449
-
|minuteInterval | The interval between values on the minutes picker | Number |1| false |
450
-
|secondInterval | The interval between values on the seconds picker | Number |1| false |
445
+
| maximumHours | The highest value on the hours picker |Number | 23 | false |
446
+
| maximumMinutes | The highest value on the minutes picker |Number | 59 | false |
447
+
| maximumSeconds | The highest value on the seconds picker |Number | 59 | false |
448
+
| hourInterval | The interval between values on the hours picker |Number | 1 | false |
449
+
| minuteInterval | The interval between values on the minutes picker |Number | 1 | false |
450
+
| secondInterval | The interval between values on the seconds picker |Number | 1 | false |
451
451
| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
452
452
| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
453
453
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
@@ -639,8 +639,9 @@ To get this project running locally:
639
639
2. Run `yarn setup` from the project root (this installs the project dependencies and the examples' additional dependencies)
640
640
641
641
You can then start either the Expo example or the bare React Native example:
642
-
- For Expo, run `yarn start` to start the Expo example in Expo Go.
643
-
- For bare React Native, run `yarn start-bare:android` or `start-bare:ios` to start the project on an emulator/device.
642
+
643
+
- For Expo, run `yarn start` to start the Expo example in Expo Go.
644
+
- For bare React Native, run `yarn start-bare:android` or `start-bare:ios` to start the project on an emulator/device.
644
645
645
646
### GitHub Guidelines
646
647
@@ -652,6 +653,12 @@ There are two permenant branches: `main` and `develop`. You should never work di
652
653
653
654
<br>
654
655
656
+
## Limitations ⚠
657
+
658
+
The project is not compatibile with React Native versions prior to `v0.72.0` due to this [React Native issue](https://github.com/facebook/react-native/issues/36329).
659
+
660
+
<br>
661
+
655
662
## License 📝
656
663
657
664
This project is licensed under the [MIT License](LICENSE).
0 commit comments