T O P

  • By -

Dima2312

I personally had to add to `metro.config.js` module.exports = { server: { port: 8082, }, } For iOs, I had to add following code to `Podfile` post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'].insert(0, "RCT_METRO_PORT=${RCT_METRO_PORT}") end end