/*
開(kāi)啟Strict Mode阅虫,這種模式下可以將錯(cuò)誤處理提高。
*/
'use strict'
/*
將react-native模塊加載進(jìn)來(lái)不跟,并將它賦值給React變量
這個(gè)命令相當(dāng)于swfit中導(dǎo)入庫(kù)或者鏈接庫(kù)
*/
var React = require('react-native');
/*
AppRegistry定義了App的入口,并提供了根組件
*/
AppRegistry.registerComponent('weekdays',function(){
return Weekdays
});
react程序的基本結(jié)構(gòu)
1米碰,//Import some code we need窝革,導(dǎo)入我們需要的庫(kù)或代碼
var React = require('react-native');
2,//Create a react component吕座,創(chuàng)建React組件
3虐译,// Style the React component,給組件添加樣式
4吴趴,//Show the react component on the screen漆诽,在屏幕上展示組件