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

Commit

Permalink
update https tab urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Aug 24, 2022
1 parent 7d0f012 commit 879df0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions react-native/test-app-local-dependency/src/https-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const HTTPS_TEST_DEFAULT_URL = "https://download.blender.org/peach/trailer/trail

const HTTPS_TEST_FAIL_URL = "https://download2.blender.org/peach/trailer/trailer_1080p.ogg";

const HTTPS_TEST_RANDOM_URL_1 = "https://file-examples-com.github.io/uploads/2018/04/file_example_MOV_640_800kB.mov";
const HTTPS_TEST_RANDOM_URL_1 = "https://filesamples.com/samples/video/mov/sample_640x360.mov";

const HTTPS_TEST_RANDOM_URL_2 = "https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3";
const HTTPS_TEST_RANDOM_URL_2 = "https://filesamples.com/samples/audio/mp3/sample3.mp3";

const HTTPS_TEST_RANDOM_URL_3 = "https://file-examples-com.github.io/uploads/2020/03/file_example_WEBP_50kB.webp";
const HTTPS_TEST_RANDOM_URL_3 = "https://filesamples.com/samples/image/webp/sample1.webp";

export default class HttpsTab extends React.Component {

Expand Down
Loading

0 comments on commit 879df0f

Please sign in to comment.