prscX / react-native-shine-button

React Native: Native Shine Button - Effects like shining
Apache License 2.0
357 stars 37 forks source link

Ios pod file library not getting specified and specifying manually showing error #26

Open StarkAndy opened 4 years ago

StarkAndy commented 4 years ago

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')))

-------------------------------------------`

prscX commented 4 years ago

@StarkAndy: I have added support for RN61+. Using RN61+ this configuration setup is not needed. Could you please upgrade to latest RN and try.

Please follow installation steps as per README.

Thanks </ Pranav >