React Native Propel Kit is a React Native library providing basic building blocks for your next mobile application! This library is written in TypeScript using exclusively functional components leveraging React hooks.
This library is structured as a monorepo that enables you to require only specific sub-packages if you ever want to build upon it.
- Check the documentation and releases changelog.
- ActionSheetProvider
- BackdropProvider
- ModalDialog
- Select
- DatePicker
- TimePicker
- DateTimePicker
- MonthPicker
- YearPicker
npm install react-native-propel-kit
- Pickers rely on @react-native-picker/picker peer dependency:
npm i --save @react-native-picker/picker
- DatePicker/TimePicker rely on @react-native-community/datetimepicker peer dependency:
npm i --save @react-native-community/datetimepicker
- If you need help, use Stack Overflow. (Tag
react-native
) - If you'd like to ask a general question, use Stack Overflow.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Script | Description |
---|---|
start | alias to spec:watch |
test | Run all tests |
lint | Run eslint static tests |
prettycheck | Run prettier static tests |
typecheck | Run typescript static tests |
build | Compile library |
publish | Publish library |
Olivier Louvignes
The MIT License
Copyright (c) 2019 Olivier Louvignes <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.