安装React native后,我运行以下命令:
$ react-native init demoApp
得到了这个错误:
var cp = new ContentPnae({
content:"Hello again, I'm CP within titlepane",
style:"background:yellow"
});
var titlePane = new dijit.TitlePane({
title:"This too",
open: false
});
titlePane .set('content',cp.domNode);
我错过了什么?如何解决这个问题?
答案 0 :(得分:2)
function ($id)
这解决了我的问题
答案 1 :(得分:1)
以下命令为我解决了该问题
react-native start --reset-cache