This repository contains Address Book application for react-native that shows design & coding practices followed by Differenz System.
The app does the following:
- Login:
- User can login via facebook or email/password.
- Home:
- It will list all the saved contacts.
- It has the option to add a new contact on the top right.
- User can edit contact by tapping on contact.
- Create new contact:
- User can add a new contact to his address book by filling details here.
- Dark/Light Mode:
- App supports Light & Dark mode, user can change mode by going into device dark mode settings.
- Android device or emulator running API 21 (5.0 - Lollipop) or above
- Android SDK 29
- Android Studio 4.1.1+
- Node js
- XCode
- Visual Studio code
- React-native-cli
- Install Android Studio
- Install XCode
- Clone this sample repository
- Open Terminal, go to location of the repo
- Enter command "react-native run-android" or "react-native run-ios"
- Database: react-native Async storage
- Authentication: Facebook login
- API/Service calls: fetch API
- IDE: Android studio, XCode, VSCode
- Framework: React native
(Mac OS)While running command (react-native run-ios), you are expected to have given error: "launchPackager.command" can't be opened.
To resolve this you can attempt given steps:
Go to System Preferences->Security & Privacy->Choose tab General->Allow launcherPackager.command and re-run command
wait while node js loads all the bundles and then refresh in simulator.
If you've found an error in this sample, please report an issue. You can also send your feedback and suggestions at [email protected]
Happy coding!





