E-Monitor i.e. Earthquake Monitor is an app that gives information about real-time earthquake data from all over the world.
$ cd project_directory_root/E-Monitor
$ cd EarthquakeMonitor
//this will install all the dependencies automatically
$ npm install
//react-native-selectmultiple-button will gives error or will stuck in downloading page
//to remove this error we have to install "react-native-selectmultiple-button" manually
$ npm install react-native-selectmultiple-button --save
- Real time earthquake information updates
- Set Alarm for specific location (using lat and long)
- Sharing earthquake information into different apps
- Overlay for filter dialog box
- Add Detail view for earthquake information
- Add inbuild webview for view USGS information
update coming soon..