shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Restore Chrome Devtools #67

Open shirakaba opened 3 years ago

shirakaba commented 3 years ago

Add this to your Webpack config:

if (platform === 'ios' && !areCoreModulesExternal && !testing) {
  entries['tns_modules/inspector_modules'] = 'inspector_modules';
}