1.1.1 • Published 6 years ago
cantadas v1.1.1
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
- Core
- Navigation
- UI Theme
Instructions
git clone https://github.com/victorsoares96/hello_world_eva.gitcd hello_world_evanpm i
Android
react-native run-android
iOS
npx pod-install iosreact-native run-ios
Rename Project
npx react-native-rename "new_name"- In root project
app.jsonfile, change:
{
"name": "helloworldpaper",
"displayName": "helloworldpaper"
}to:
{
"name": "new_name",
"displayName": "new_name"
}- In iOS run
npx pod-install iosagain
Features
- Tab Navigation (React Navigation v5.x)
- Theme Switcher (Light/Dark) (React Theme Context)
- EvaIconsPack (Eva Design System)