Call-for-Code / Solution-Starter-Kit-Disasters-2020

Materials for the Call for Code 2020 solution starter kit for natural disaster resiliency in the context of climate change.
https://developer.ibm.com/callforcode/getstarted/climate-change/disaster-resiliency
Apache License 2.0
12 stars 26 forks source link

Need guidance on cocoapods in mobile steps #10

Closed upkarlidder closed 4 years ago

upkarlidder commented 4 years ago

One of the steps under Run the mobile application asks the user to Install pod dependencies: pod install.. It might be helpful to ask them to install cocoapods first or give other guidance.

https://guides.cocoapods.org/using/getting-started.html#getting-started

Cocoapods might have it's own dependencies, we should however provide some initial link.

vabarbosa commented 4 years ago

@lidderupk thanks. in the pre-requisites i mention (and link to) installing React Native CLI dependencies which includes cocoapod, but i'll clarify further.

upkarlidder commented 4 years ago

👍

I didn't see cocoapods mentioned on the that page - https://reactnative.dev/docs/getting-started.html

Thanks Va!