0.0.4 • Published 1 year ago

react-native-template-rn-homee-functional v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React-Native Boilarplate by Homee

  • Custom BottomTab with 2 Demo Screens.
  • Navigations (ReactNavigations V6).
  • Preloaded Dependencies ( Redux, Redux-thunk, Redux-logger, Redux-Persist).
  • Custom Components.
  • Axios Api Manager.
  • Multiple type of Onboarding Screens
  • Login Screen with Validation Toast.
  • Mobile Login Screen.
  • .env file with Demo API.
  • OTP Screen.
  • Optimised Keyboard Avoiding View.
  • Footer Content.
  • i18n with 4 demo languages.
  • Multiple Language Support.
  • Custom Picker.
  • Animated Check Box, Toggle Button, Radio Button.

Installation

Install with npx or yarn

since there is an error with latest React-Native versions, we will stick to 0.68.2

Replace your package name with MyDemoApp.

I have added few fonts in ready made template.

 npx react-native init MyDemoApp --version 0.68.2 --template rn-homee-functional

Download Popping Font from link below, and Copy pest Regular, Medium, Bold into src/assets/Fonts

 https://fonts.google.com/specimen/Poppins

Link assets with

 npx react-native link

Screenshots

App Screenshot

App Screenshot

Animated Components

Check box, Radio Button, Switch.

import { AppCheckBox, AppRadioButton, AppSwitch } from '../../components/Custom';

<AppCheckBox
	top={AppMargin._20}
	value={isChecked}
	onValueChange={() => {
	this.setState({ isChecked: !isChecked });
    }}
  />

Authors

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago