*MyContact App
MyContact is a React Native application that allows users to display and store contact information. It features the ability to add, view, and delete contacts. The app uses AsyncStorage to store the contact data persistently on the device.
*Features
Store and display contacts in the app. Ability to delete contacts. Data is stored persistently on the mobile device using AsyncStorage.
React Native: A framework for building cross-platform mobile apps using JavaScript and React. React Navigation: A navigation library for routing and managing app screens. AsyncStorage: A simple key-value storage system for persisting data locally on the mobile device.