ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Unable to add project via Pods fro RN > 0.60
I tried adding:
pod 'react-native-localization', :path => '../node_modules/react-native-localization/ReactNativeLocalization.podspec'
but got the error: The name of the given podspec 'ReactNativeLocalization' doesn't match the expected one 'react-native-localization'
How would I add this project as a Pod dependency?
Try with a new project using the provided Instructions.... from my tests it works as expected
cd ios
pod install
Use pod 'ReactNativeLocalization', :path => '../node_modules/react-native-localization/ReactNativeLocalization.podspec' this will work :)