A super-simple app to compare temperatures of yesterday and today.
Create secret.json with an API key of The Dark Sky Forecast API:
{
"API_KEY": "Your API key"
}And then:
npm install -g react-native
npm install
react-native run-iosA super-simple app to compare temperatures of yesterday and today.
Create secret.json with an API key of The Dark Sky Forecast API:
{
"API_KEY": "Your API key"
}And then:
npm install -g react-native
npm install
react-native run-ios