ylliX - Online Advertising Network

React native “pod install” gives “Invalid `Podfile` file: No such file or directory – command -v node” error

I was trying to use the @react-native-community/geolocation module, but it says the module is not linked and asks to run “pod install”. Running the command it throws another error: Invalid Podfile file: No such file or directory – command -v node The app works fine when running on android, but crashes when running tests with […]