mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 23:25:40 +00:00
@@ -96,9 +96,10 @@ export default class AppRegistry {
|
||||
params.rootTag = `#${params.rootTag.id}`;
|
||||
|
||||
console.log(
|
||||
`Running application "${appKey}" with appParams: ${JSON.stringify(params)}.\n` +
|
||||
`Development-level warnings: ${isDevelopment ? 'ON' : 'OFF'}.\n` +
|
||||
`Performance optimizations: ${isDevelopment ? 'OFF' : 'ON'}.`
|
||||
`Running application "${appKey}" with appParams:\n`,
|
||||
params,
|
||||
`\nDevelopment-level warnings: ${isDevelopment ? 'ON' : 'OFF'}.` +
|
||||
`\nPerformance optimizations: ${isDevelopment ? 'OFF' : 'ON'}.`
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user