Trying to install microsoft AppCenter on our react-native app and encounter the following issue
No podspec found for `appcenter` in `../node_modules/appcenter/ios/appcenter.podspec`
The version number is
"appcenter": "3.0.0",
The line in our podfile is
pod 'appcenter', path: '../node_modules/appcenter/ios/appcenter.podspec'