ReactNativeLocalization icon indicating copy to clipboard operation
ReactNativeLocalization copied to clipboard

Unable to add project via Pods fro RN > 0.60

Open wmonecke opened this issue 6 years ago • 2 comments

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?

wmonecke avatar Jul 31 '19 17:07 wmonecke

Try with a new project using the provided Instructions.... from my tests it works as expected

cd ios
pod install

stefalda avatar Aug 01 '19 20:08 stefalda

Use pod 'ReactNativeLocalization', :path => '../node_modules/react-native-localization/ReactNativeLocalization.podspec' this will work :)

lionxcr avatar Feb 18 '20 08:02 lionxcr