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>
62 lines
830 B
Plaintext
62 lines
830 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IntelliJ
|
|
#
|
|
build/
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
.vscode
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.envrc
|
|
|
|
# BUCK
|
|
buck-out/
|
|
\.buckd/
|
|
*.keystore
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
# screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
|
|
|
*/fastlane/report.xml
|
|
*/fastlane/Preview.html
|
|
*/fastlane/screenshots
|
|
|
|
# Bundle artifact
|
|
*.jsbundle
|
|
|
|
#Storybook
|
|
storybook
|