0.1.0 β€’ Published 9 months ago

rn-base-project v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

rn-base-project

This project is a template for React Native that can be used to build mobile application.

React Native Base STS License React Native Base STS NPM React Native Base STS Downloads React Native Base STS Release Date React Native Base STS Stars React Native Base STS Top Language React Native Base STS Contributors

Requirements

NodeJS (version 16 or later) and NPM is required. To make sure you have them available on your machine, try running the following command

$ npm -v && node -v
9.2.0
v16.19.0

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Getting Started

⭐ Features

  • πŸŽ‰ Provide scripts that perform various tasks, such as building the project, generate files, starting the development server and more.
  • πŸ’… Integrate in-app debug menu that help you to get the information of device, environment, bundleId, version,... and also allow you to change environment directly in your app.
  • βš™οΈ Support for multiple environment builds, including Production, Staging, and Development.
  • 🦊 Husky for Git Hooks, to automate your git hooks and enforce code standards.
  • πŸ’‘ State management with Redux Toolkit along with Redux Saga.
  • 🚫 Lint-staged to ensure that your code is always up to standards.
  • β˜‚οΈ Pre-installed React Navigation to provide a comprehensive navigation solution for your app.
  • πŸ’« @react-native-async-storage/async-storage as a storage solution to save sensitive data.
  • πŸ›  A simple workflow for building, releasing, and distributing your app using fastlane.
  • πŸ”₯ axios for fetching data, to help you build efficient and performant apps.
  • 🧡 CodePush to deploy mobile app updates directly to their users’ devices.
  • 🎯 Localization with i18n-js.

Dependencies

Our template is ship with the following rock-solid technical decisions out of the box:

LibraryCategoryVersionDescription
React NativeMobile Frameworkv0.70The best cross-platform mobile framework
ReactUI Frameworkv18The most popular UI framework in the world
React Native Code PushCI/CDv7Easily add a dynamic update experience to your React Native app
React Native ConfigENV Configurationv18The most popular UI framework in the world
React NavigationNavigationv1Expose config variables to your javascript code
i18n-jsTranslationv4Provide the i18n translations on the JavaScript
RN ReanimatedAnimationsv2Beautiful and performant animations
Async-storagePersistencev1State persistence
React Native SVGSVG Imagev13Provides SVG support to React Native
AxiosNetwork Servicesv1Provides promise based HTTP client
Redux / Redux-toolkitState Managementv8Provides state container for JavaScript apps
Redux SagaRedux side-effectv1Provides Redux side effect manager
ESLintCode Formaterv8Tool for identifying and reporting on patterns Javascript
JestTest Runnerv26Standard test runner for JS apps
HuskyNative Git Hookv8Improves your commits and more testing

Documents

Table of scripts

ScriptDescriptionSyntax
CodepushDeploy Android and iOS app with Codepushyarn codepush
Build AppBuild Android & iOS app using Fastlaneyarn build
Generate imagesGet all images from src/assets/images and require images in src/themes/imagesyarn generateimages
Run AppRun app in Android or iOS with selected variantsyarn android yarn ios

Contributors ✨

Thanks goes to these wonderful people

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate. This project follows the all-contributors specification. Contributions of any kind welcome!

About Us

Welcome to Awesome Library! We're a small team of developers passionate about creating library that make people's lives easier.

Mission

Our mission is to create the best library for implementing project stucture easily. We believe that everyone can benefit from tools that help them work smarter, not harder. We're committed to building an library that's easy to use, reliable, and affordable for everyone.

History

My library was founded on Oct 2022 with the goal of making productivity library more accessible to everyone. Since then, we've been working tirelessly to improve the library and add new features.

Contact Us

If you have any questions or feedback, we'd love to hear from you! You can reach us at reactnativeststeam@gmail.com

License