, , ReactPerf, .
FYI, ReactPerf module: https://www.npmjs.com/package/react-addons-perf.
, , -native, .
, , :
npm install react-addons-perf, "" react-native. , , , react-addons-perf react.
, "" - . :
node_modules/react-native/package.json.
...
"dependencies": {
"absolute-path": "^0.0.0",
"art": "^0.10.0",
"babel-core": "~6.4.5",
"babel-plugin-external-helpers": "~6.4.0",
...
"react": "^0.14.5"
...
}
, react-addons-perf .
...
"dependencies": {
"absolute-path": "^0.0.0",
"art": "^0.10.0",
"babel-core": "~6.4.5",
"babel-plugin-external-helpers": "~6.4.0",
...
"react": "^0.14.5",
"react-addons-perf": "^0.14.5", // ADD THIS LINE FOR ReactPerf module
...
}
npm install.
, , Requiring module "8", .
, , .