Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 667 Bytes

File metadata and controls

22 lines (16 loc) · 667 Bytes

react-native-boilerplate

This repository provides a Biolerplate code to start a new project with React Native. It uses Redux with class based components to manage global state

Predefined Components

The components folder contains predefined components which uses react native elements to provide styling with predefined values

<Block>
  <NavigationEvents />
  <Block center middle>
    <Text h1 primary>
      Hello World
    </Text>
  </Block>
</Block>

Block is a custom component that uses View Element

  • Other Custom components include Text, Badge, Button, Card,Divider, Input, Progress,Switch