This is a very small and extremely dumb React Native weather app.
Uses the Dark Sky API. You have to create a developer account here to get an API key.
Then, create apiKey.json in your project root with the following:
{
"darkSkyKey":"yourkeygoeshere"
}