How can I know which React Native pod subspecs to add?
问题 Working on an issue where I needed to add the react-native-device-info package to my iOS system, I had to add a dependency on React into my Podfile. Initially I applied all the podspecs from a list I'd found on the net: pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'DevSupport', 'Core', 'RCTActionSheet', 'RCTAnimation', 'RCTGeolocation', 'RCTImage', 'RCTLinkingIOS', 'RCTNetwork', 'RCTSettings', 'RCTText', 'RCTVibration', 'RCTWebSocket' ] But I realised that some of