Okechi Onyeje f10c5dfbe1 Merged in UPS23-Create-Signup-Screen4-Create-Initial-Profile-Screen (pull request #4)
UPS23 Create Signup Screen4 Create Initial Profile Screen

* UPS23: Added SignupScreen4 + LinkedIn Integration

    - still some bugs when dealing with oauth, not as similar as the twitter api

* UPS23: Camera and Image Picker working

    - still need to test on physical device since emulator will not allow for testing of camera

* UPS23-Fixed Styling for Signup Screen#4

* UPS23- adding package lock file

* UPS23: Disable linked in button

    - currently we are not able to get the information we need back to populate the initial profile form
    - we only have access to v1 apis which will be deprecated in 2 months
    - awaiting access from linkedin's partner program

* UPS23: Change screen routing order

* UPS23: Remove LinkedInData state object

* UPS23: Flatten profileInfo object to seperate state attributes

Approved-by: Omar Mihilmy <mihilmy@gmail.com>
2019-01-27 02:45:40 +00:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-27 00:01:02 -08:00
2018-12-26 21:17:10 -08:00
2018-12-26 21:17:10 -08:00
2018-12-30 23:50:05 -08:00

Tagfer Mobile App

Setup

To run the app locally please do the following:

git clone https://bitbucket.org/tagfer_team/tagfer-app.git
cd tagfer-app
npm install
react-native link
react-native run-ios # For iOS
react-native run-andorid # For Android

Also, you need to have the tagfer-server running to process the app's requests.

git clone https://bitbucket.org/tagfer_team/tagfer-server.git
cd tagfer-server
npm install
node server.js
Description
LinkedIn style application dealing with social networking and professional/social contact management built with React Native.
Readme 2.1 MiB
Languages
JavaScript 94.2%
Objective-C 2.7%
Java 1.9%
Starlark 1.2%