//

Sunday, July 14, 2019

React Native Components

React Native Components:

  • These are just React components
          - All the features of React components: state, props, JSX, etc.

  • It uses native components instead of web components in building the view 
  • All-in-one UI kit for creating apps in react native
  • Several useful UI components
  • Useful in designing the UI for your app

  • View
  • Text
  • Image
  • TextInput
  • ScrollView
  • StyleSheet

Ref: 

No comments:

Post a Comment

Effective Branching Strategies in Development Teams

Effective Branching Strategies in Development Teams Effective Branching Strategies in Developme...