tagfer-app/package.json
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

41 lines
1.1 KiB
JSON

{
"name": "tagfer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"acorn": "^6.0.4",
"i18n-js": "^3.1.0",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-app-settings": "^2.0.1",
"react-native-contacts": "^2.2.5",
"react-native-country-picker-modal": "^0.6.2",
"react-native-elements": "^0.19.1",
"react-native-flash-message": "^0.1.10",
"react-native-gesture-handler": "^1.0.12",
"react-native-masked-text": "^1.9.2",
"react-native-vector-icons": "^4.6.0",
"react-native-webview": "^2.14.3",
"react-navigation": "^3.0.9",
"react-native-image-picker": "^0.28.0",
"react-native-permissions": "^1.1.1",
"realm": "^2.21.1"
},
"devDependencies": {
"@storybook/react-native": "^4.1.6",
"babel-jest": "23.6.0",
"eslint": "^3.19.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}