delivery-app-mobile icon indicating copy to clipboard operation
delivery-app-mobile copied to clipboard

🍕React Native food delivery app

Results 27 delivery-app-mobile issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

When I run ``` cd android && ./gradlew app:assembleRelease ``` I get this error: ``` bash: ./gradlew: Permission denied ``` Fix: ``` chmod +x ./gradle ``` Question: Is it possible...

After fix the **package androidx.core.util does not exist** error with - https://github.com/moiseshilario/delivery-app-mobile/issues/8 I have another errors: ``` > Task :app:bundleReleaseJsAndAssets warning: the transform cache was reset. Loading dependency graph, done....

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

I was trying to use blur View for my project as I was following in tutorial but it is not working with me as I'm running my project in browser...

I tried to install the generated apk file with: ``` adb install /tmp/delivery-app-mobile/android/app/build/outputs/apk/release/app-release-unsigned.apk ``` And I got this error ``` Failed to install /tmp/delivery-app-mobile/android/app/build/outputs/apk/release/app-release-unsigned.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Package /data/app/vmdl1171391791.tmp/base.apk has no...