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

[iOS] fix `pod install` by rename rn-splash-screen.podspec to RCTSplashScreen.podspec #59

Open Ranatchai opened 6 years ago

Ranatchai commented 6 years ago

pod install doesn't work if ".podspec" file doesn't have the same name of the project

davidstoker commented 6 years ago

For anyone else with this issue, you can specify the complete path to the podspec to have it work correctly even with different naming:

pod 'RCTSplashScreen', :path => '../node_modules/rn-splash-screen/rn-splash-screen.podspec'

lanjinglingxx commented 5 years ago

The name of the given podspec RCTSplashScreen doesn't match the expected one rn-splash-screen

Psiiirus commented 4 years ago

pls merge

dazjean commented 4 years ago

pls merge