This project is an announcement application that states that we are safe in the earthquake.
In this project, the current location of the user is sent to the phone numbers selected by the user.
The repository contains:
- a React Native (v0.61.5)
- a React Navigation (v5)
- a React Native SMS (v1.10.0)
- a clear directory layout to provide a base architecture
- a React Hooks
- prettier and eslint preconfigured for React Native
app/components
: presentational componentsapp/screens
: the application's screensapp/assets
: assets (image, audio files, ...) used by the applicationapp/navigators
: react navigation navigatorsapp/data
: project's local json dataapp/theme
: base styles for the applicationapp/store
: store for the applicationapp/reducers
: reducers for the applicationapp/actions
: actions for the application
- All Components
- All Screens
- State Management
- Theme Utilities
- Send Message
- Routing Operations
This project is released under the MIT License.