cantadas

1.1.1 • Public • Published

Hello World in React Native UI Kitten based on Eva Design System

UI Kitten is a customizable React Native UI Library based on Eva Design System specifications, with 30+ UI components, 2 visual themes, and other supporting modules.

Made by Victor Soares Version 1.0 shield size

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

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

Package Sidebar

Install

npm i cantadas

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

6.19 kB

Total Files

3

Last publish

Collaborators

  • vitu.soares