Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 742 Bytes

PhoneBook

Release part

Mobile application for Android/iOS that resolve the problem with default phonebook. Phonebook on your phone is not adapted to your interests so it`ll good if you install my app. PhoneBook has a lot of features and interests. All your data is saving locally.

Develop part

Firsty, when you`ll clone it

For iOS

yarn install

pod install

For Android


yarn install

start Android Studio and sync .gradle files

Then to start on device/emulator

For iOS

react-native run-ios

or

react-native run-ios --simulator="your_simulator_name"

For Android

react-native run-android