Pavneet-Sing / RNClickCounter

React Native click increment/decrement project with best practices, using custom components and styles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Click Counter

A react-native app to increment/decrement the count, based on click.

Introduction

The app uses App.js functional compoenent with state mangement to store and read the updated value of count. Addtionally, it include:

  • Button, Text and Click implementations
  • Custom Components
  • Props – FlexBox Style
  • Recommended Project Structure

Notes

ReactNative 0.63 is using flow type checker so it can be installed as dev dependency to avoid some type warnings in IDE.

License

MIT License
Copyright (c) 2020 Pavneet Singh

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.

About

React Native click increment/decrement project with best practices, using custom components and styles.

License:MIT License


Languages

Language:Java 41.8%Language:Objective-C 29.7%Language:JavaScript 19.1%Language:Ruby 5.3%Language:Starlark 4.0%