Hi when i am executing react-native link react-native-shine-button ,Library is not getting added in pod file and when i am adding manually like
pod 'react-native-shine-button', :path =>'../node_modules/react-native-shine-button/ios/RNShineButton.podspec'.
It's giving me the error as below.
`node_modules/react-native-shine-button/ios/RNShineButton.podspec:3
-------------------------------------------
package = JSON.parse(File.read(File.join(dir, 'package.json')))
-------------------------------------------`