1.1.1 • Published 4 years ago

cantadas v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

About

Ideal for those who do not want to waste time setting up an environment to start an application, as well as for those who are starting. This hello_world includes an icon pack, theme switcher (dark / light) and the TabNavigation navigation system by React Navigation.

Build with

Instructions

  • git clone https://github.com/victorsoares96/hello_world_eva.git
  • cd hello_world_eva
  • npm i

Android

  • react-native run-android

iOS

  • npx pod-install ios
  • react-native run-ios

Rename Project

  • npx react-native-rename "new_name"
  • In root project app.json file, change:
{
  "name": "helloworldpaper",
  "displayName": "helloworldpaper"
}

to:

{
  "name": "new_name",
  "displayName": "new_name"
}
  • In iOS run npx pod-install ios again

Features

  • Tab Navigation (React Navigation v5.x)
  • Theme Switcher (Light/Dark) (React Theme Context)
  • EvaIconsPack (Eva Design System)