Assessment Project For Tobams Group Internship Program
Follow the step to Test in your local machine:
For Window & Linux Users:
Be sure to have all the necessary requirement and setup to build react-native natively. checkout react-native official docs for more info.
step 1
$git clone https://this_repositorystep 2
$cd Project_Directory
$npm install $ npm startIOS Users:
Be sure all the necessary requirement to build react-native IOS natively is met
Repeat Step 1 and 2 above then continue with step 3 below
Step 3
$ cd ios
$pod install$ npm start_NB: if you encounter any difficulty running this app, be sure to review your development setup with respect to react-native official documentation



