mirror of
https://bitbucket.org/tagfer_team/tagfer-app.git
synced 2025-12-25 03:37:41 +00:00
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>
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.
Languages
JavaScript
94.2%
Objective-C
2.7%
Java
1.9%
Starlark
1.2%