TurboModuleRegistry.getEnforcing 'Networking' could not be found. Verify that a module by this name is registered in the native binary
问题 After solving lots and lots of build problems my app finally builds successfully. But now I am fighting this problem. I see this after the app builds successfully and starts launching on the iOS simulator. My podfile : platform :ios, '9.0' use_frameworks! target 'myProject' do pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" pod 'RCTTypeSafety', :path => "../node