reactnative学习初级框架

先有框架,再有章节,入门先从组件,样式,api调用 三方面入手,类比其他语言的 视图,样式,数据处理

1、组件

常用组件

  
  

交互组件

列表视图


其他组件


  
     

2、样式

style={{
backgroundColor: '#f9c2ff',
height: 40,
width:
left:
top:
margin:
fontSize:
padding: 20,
marginVertical: 8,
marginHorizontal: 16,
borderColor: 'gray',
borderWidth: 1
...
}}

3、api

https://reactnative.cn/docs/accessibilityinfo

你可能感兴趣的:(reactnative学习初级框架)