tabbarIOS样例中, num?怎么理解

来源:5-2 TabBarIOS 开启 App 首页(1)

Mark的一天

2016-09-11

http://facebook.github.io/react-native/releases/0.22/docs/tabbarios.html#content


 _renderContent: function(color: string, pageText: string, num?: number) {    return (      <View style={[styles.tabContent, {backgroundColor: color}]}>        <Text style={styles.tabText}>{pageText}</Text>        <Text style={styles.tabText}>{num} re-renders of the {pageText}</Text>      </View>    );  },


num?这个怎么理解


写回答

1回答

Scott

2016-09-13

传入的三个参数,类型一个是 字符串,一个应该是字符串。另外一个应该是 number 类型,这种是结合了  flow 后的 js 的强类型约定写法,我们平常人代码不用这么干,知道就是传参控制就行了,不用纠结

0
0

贯穿全栈React Native开发App

全面掌握React Native技术,不止步前端开发,让你移动领域大放光彩

946 学习 · 385 问题

查看课程