A simple weather mobile app built with React Native and Expo. Weatherlen gets the user's current location and shows the current weather with a clean interface and animated weather states.
- Request location permission
- Get current weather based on device location
- Display city name, weather animation image / condition, and temperature
- Expo
- TypeScript
- Lottie React Native
- OpenWeather API
- Install dependencies
npm install- Add your API key
EXPO_PUBLIC_API_KEY=your_openweather_api_key- Start the app
npx expo start



