rn-splash-screen
rn-splash-screen copied to clipboard
[iOS] fix `pod install` by rename rn-splash-screen.podspec to RCTSplashScreen.podspec
pod install
doesn't work if ".podspec" file doesn't have the same name of the project
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'
The name of the given podspec RCTSplashScreen
doesn't match the expected one rn-splash-screen
pls merge
pls merge