Skip to content

mgcrea/react-native-propel-kit

Repository files navigation

npm version license build status

Banner

Description

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.

Documentation and examples

Components

Installation

npm install react-native-propel-kit
npm i --save @react-native-picker/picker
npm i --save @react-native-community/datetimepicker

Communication

  • 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.

Developers

Available scripts

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

Authors

Olivier Louvignes

License

The MIT License

Copyright (c) 2019 Olivier Louvignes <olivier@mgcrea.io>

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.