Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from filiptronicek/apiv2
Browse files Browse the repository at this point in the history
Apiv2
  • Loading branch information
filiptronicek authored Nov 24, 2020
2 parents 5158d93 + 542e4d5 commit 9459a2e
Show file tree
Hide file tree
Showing 6 changed files with 11,638 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { isURL } from "./functions";

/* Function and config */
export const checkError = (msg) => {
return msg.includes("Error: ") || msg.includes("400 Bad Request");
return msg !== "success";
};

export const sleep = (milliseconds) => {
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Interclip mobile",
"slug": "iclip",
"version": "0.1.0",
"version": "0.2.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
Expand All @@ -20,12 +20,12 @@
"icon": "./assets/ios.png",
"supportsTablet": true,
"bundleIdentifier": "com.filiptronicek.iclip",
"buildNumber": "0.1.0"
"buildNumber": "0.2.0"
},
"android": {
"package": "com.filiptronicek.iclip",
"permissions": ["CAMERA", "VIBRATE"],
"versionCode": 5
"versionCode": 6
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
Loading

0 comments on commit 9459a2e

Please sign in to comment.