Hi, In React-native v. 0.60.0 I run
npm i --save react-native-admob@next
after that
cd ios
pod install
and then i received next:
[!] Invalid Podfile file: no implicit conversion of nil into String.
from /Users/user/Documents/Projects/ProductsApp/ios/Podfile:36
-------------------------------------------
use_native_modules!
end
-------------------------------------------
when I run
npm uninstall react-native-admob
It's ok. What is going on? How can I fix that?