8bits-Nikk / react-native-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Template

This is React Native Project containing basic library and setup.

List Of Libraries

  • @react-navigation/native
  • @react-navigation/native-stack
  • react-native-safe-area-context
  • react-native-screens
  • react-native-localize
  • i18n-js
  • redux
  • react-redux
  • redux-saga
  • reselect
  • apisauce
  • moment
  • react-native-svg
  • @react-native-async-storage/async-storage
  • patch-package
  • postinstall-postinstall
  • react-native-config

Testing Libraries

  • jest
  • @testing-library/react-native
  • @testing-library/jest-native

Run Locally

Clone the project

  git clone https://github.com/8bits-Nikk/react-native-template.git

Go to the project directory

  cd react-native-template

Install dependencies

  yarn install

Run on Android

  yarn android

Run on iOS

  cd ios && pod install
  yarn ios

Running Tests

To run tests, run the following command

  yarn test
  yarn test:coverage

About


Languages

Language:Java 36.1%Language:TypeScript 22.3%Language:C++ 16.7%Language:Objective-C++ 10.2%Language:Objective-C 5.5%Language:Ruby 3.7%Language:JavaScript 2.5%Language:Starlark 1.4%Language:Shell 1.1%Language:CMake 0.6%