A React Native based mobile app for retrieving information about phone numbers. This app was designed as a port of the already existing Find Phone Country Android Application which was written in the native Java/Android Studio based approach, and will replace the version 2.5 with the revamped 3.0+ . This app could be also compiled for iOS since it is written using React Native and uploaded in the Apple App Store.
- Identify the country and city of the caller based on the phone type
- Identify the phone type (e.g. Mobile, Landline)
- For Mobile phone numbers, get information about the caller's carrier
- Load a phone number from the contact list
- Access the history of your searches
- Enter the phone number you want in the main screen with the appropriate prefix of the country.
- The prefix is usually in the form of +xx or 00xx where the x is the digits of the country code. For example, Greece has the prefix +30 or 0030.
- You can also load a phone number from your contacts list so you don't have to manually copy it down.
Find Phone Country on Google Play
# clone repository
git clone https://github.com/Theofilos-Chamalis/Find-Phone-Country.git
# Install dependencies
cd Find-Phone-Country && npm install
# Register your personal API keys at numverify.com and create a keys file
Directory: api/keys.ts
# To run the development server
npm run dev