Jungle log

How I Installed React Native and Dependencies (Cocoapods)

After installing react-native, I was trying to initialize my first project for a shopping list tutorial. Running the command react-native init ShoppingList, I ran into some errors. At the point where I was trying to initialize my React Native project, I was receiving an error that I needed to install a package called Cocoapods. I …

How I Installed React Native and Dependencies (Cocoapods) Read More »