2016-09-21 29 views

回答

0

除此之外,(併爲那些在誰說,沒有工作的意見),你可能要低於嘗試。當您通過

Actions.com2({text : 'Hello World'}); 

Com2端口應該通過「道具」

const Com2 = (props) => { 
    return (<View ... 
    {props.text} 
    ... /> 
); 
相關問題