Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
5162a988
Commit
5162a988
authored
May 17, 2021
by
Doan Andreas Nathanael
Browse files
[CHORES] install dependencies (document picker, etc)
parent
750da5ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
5162a988
...
...
@@ -132,7 +132,7 @@ android {
defaultConfig
{
applicationId
"com.dietela_mobile"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
minSdkVersion
21
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
versionName
"1.0"
...
...
@@ -167,6 +167,15 @@ android {
}
}
packagingOptions
{
pickFirst
'lib/x86/libc++_shared.so'
pickFirst
'lib/x86_64/libjsc.so'
pickFirst
'lib/arm64-v8a/libjsc.so'
pickFirst
'lib/arm64-v8a/libc++_shared.so'
pickFirst
'lib/x86_64/libc++_shared.so'
pickFirst
'lib/armeabi-v7a/libc++_shared.so'
}
// applicationVariants are e.g. debug, release
applicationVariants
.
all
{
variant
->
variant
.
outputs
.
each
{
output
->
...
...
package.json
View file @
5162a988
...
...
@@ -14,9 +14,12 @@
"prepare"
:
"husky install"
},
"dependencies"
:
{
"
@flyerhq/react-native-android-uri-path
"
:
"
^2.0.1
"
,
"
@react-native-async-storage/async-storage
"
:
"
^1.15.3
"
,
"
@react-native-community/datetimepicker
"
:
"
^3.4.7
"
,
"
@react-native-community/masked-view
"
:
"
^0.1.10
"
,
"
@react-native-community/progress-bar-android
"
:
"
^1.0.4
"
,
"
@react-native-community/progress-view
"
:
"
^1.3.1
"
,
"
@react-native-google-signin/google-signin
"
:
"
^6.0.0
"
,
"
@react-native-picker/picker
"
:
"
^1.15.0
"
,
"
@react-navigation/native
"
:
"
^5.9.3
"
,
...
...
@@ -33,6 +36,7 @@
"
react-native-fs
"
:
"
^2.18.0
"
,
"
react-native-fullwidth-image
"
:
"
^0.1.3
"
,
"
react-native-gesture-handler
"
:
"
^1.10.3
"
,
"
react-native-pdf
"
:
"
^6.3.0
"
,
"
react-native-reanimated
"
:
"
^2.0.0
"
,
"
react-native-safe-area-context
"
:
"
^3.2.0
"
,
"
react-native-screens
"
:
"
^2.18.1
"
,
...
...
@@ -40,6 +44,7 @@
"
react-native-toast-message
"
:
"
^1.4.9
"
,
"
react-native-vector-icons
"
:
"
^8.1.0
"
,
"
react-native-webview
"
:
"
^11.4.4
"
,
"
rn-fetch-blob
"
:
"
^0.12.0
"
,
"
yup
"
:
"
^0.32.9
"
},
"devDependencies"
:
{
...
...
yarn.lock
View file @
5162a988
...
...
@@ -710,6 +710,11 @@
dependencies:
"@types/hammerjs" "^2.0.36"
"@flyerhq/react-native-android-uri-path@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-android-uri-path/-/react-native-android-uri-path-2.0.1.tgz#836e678df436f723ead290fff51816b85b3d3f89"
integrity sha512-cym0C35bybv979wd8GROyyhpJad2DdxLOCeVPxS/Qm2EJALv22wzjoAwKmK6xIstDV9ZfSV/u0a/r5nH4/5bwA==
"@hapi/address@2.x.x":
version "2.1.4"
resolved "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz"
...
...
@@ -1145,6 +1150,16 @@
resolved "https://registry.npmjs.org/@react-native-community/masked-view/-/masked-view-0.1.10.tgz"
integrity sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ==
"@react-native-community/progress-bar-android@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@react-native-community/progress-bar-android/-/progress-bar-android-1.0.4.tgz#2601353b23a7ad76a59e5b0981e0b08c39902708"
integrity sha512-O7UCpXDXlpxIx2eusj6bc8noJ5KyXZjnad0NQig9myq6iV4D9uGVziSj6J2v46dTnMd9iTX60szBu1LvsUO6rg==
"@react-native-community/progress-view@^1.0.3", "@react-native-community/progress-view@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@react-native-community/progress-view/-/progress-view-1.3.1.tgz#2c9ade158ae14838d7efbe2e50b5ef06964d5415"
integrity sha512-6L98VlpftdT+cUgryghLgRqwjx/dqD9cnZP+/lPPu0Iya6ejwW6D3+J2wGtykjjUVUS+L89UhdWf0TEf1Xldxw==
"@react-native-google-signin/google-signin@^6.0.0":
version "6.0.0"
resolved "https://registry.npmjs.org/@react-native-google-signin/google-signin/-/google-signin-6.0.0.tgz"
...
...
@@ -1913,7 +1928,7 @@ balanced-match@^1.0.0:
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
base-64@^0.1.0:
base-64@0.1.0,
base-64@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/base-64/-/base-64-0.1.0.tgz#780a99c84e7d600260361511c4877613bf24f6bb"
integrity sha1-eAqZyE59YAJgNhURxId2E78k9rs=
...
...
@@ -2485,6 +2500,11 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"
crypto-js@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==
cssom@^0.4.1:
version "0.4.4"
resolved "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz"
...
...
@@ -3533,6 +3553,18 @@ glob-parent@^5.0.0:
dependencies:
is-glob "^4.0.1"
glob@7.0.6:
version "7.0.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.6.tgz#211bafaf49e525b8cd93260d14ab136152b3f57a"
integrity sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.2"
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.1.6"
resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
...
...
@@ -5354,7 +5386,7 @@ mimic-fn@^2.1.0:
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
minimatch@^3.0.4:
minimatch@^3.0.2,
minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
...
...
@@ -6150,6 +6182,16 @@ react-native-iphone-x-helper@^1.3.0:
resolved "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz"
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
react-native-pdf@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-native-pdf/-/react-native-pdf-6.3.0.tgz#17bf7381904ae3a45d4800679c744d3e02457c60"
integrity sha512-iT2GTRw6tMoCO4vRYKwIyXnhQ+XPW8trK+YlbMpsnF8dx2n7ssSdcutuIDnDvZ/fM3CqKJizVSQMWbyOd4O2+w==
dependencies:
"@react-native-community/progress-bar-android" "^1.0.4"
"@react-native-community/progress-view" "^1.0.3"
crypto-js "^3.2.0"
prop-types "^15.7.2"
react-native-ratings@^7.3.0:
version "7.4.0"
resolved "https://registry.npmjs.org/react-native-ratings/-/react-native-ratings-7.4.0.tgz"
...
...
@@ -6540,6 +6582,14 @@ rimraf@~2.2.6:
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=
rn-fetch-blob@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/rn-fetch-blob/-/rn-fetch-blob-0.12.0.tgz#ec610d2f9b3f1065556b58ab9c106eeb256f3cba"
integrity sha512-+QnR7AsJ14zqpVVUbzbtAjq0iI8c9tCg49tIoKO2ezjzRunN7YL6zFSFSWZm6d+mE/l9r+OeDM3jmb2tBb2WbA==
dependencies:
base-64 "0.1.0"
glob "7.0.6"
rsvp@^4.8.4:
version "4.8.5"
resolved "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment