mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

Add React dependency to podspec to fix build error #67

Open jeanregisser opened 5 years ago

jeanregisser commented 5 years ago

Hi,

I got the following build error using CocoaPods 1.5.3: fatal error: 'React/RCTBridgeModule.h' file not found

Adding React as an explicit dependency fixes it.

I've submitted this fix to other RN third party modules like https://github.com/react-community/react-native-languages/pull/5/files