I am trying to install Flurry for React Native using the npm React Native Flurry Analytics
Here is my pod file:
target 'myApp' do
pod Flurry-iOS-SDK/FlurrySDK
end
and running pod install
in the /ios directory of my React-Native project i get:
[!] Invalid `Podfile` file: uninitialized constant Pod::Podfile::Flurry.
Thanks in advance!