This app is done as part of my learning React-Native framework. Its still in development. This app shows weather information at a place.
Clone the repo and use the npm package manager to install dependencies.
npm installTesting is done using @testing-library/react-native.
npm testAlso testing saves snapshots. To update the snapshots run,
npm run retest