mirror of
https://github.com/status-im/react-native-image-viewing.git
synced 2026-08-31 03:41:10 +00:00
53 lines
2.4 KiB
TypeScript
53 lines
2.4 KiB
TypeScript
/**
|
|
* Copyright (c) JOB TODAY S.A. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
*/
|
|
|
|
export const travel = [
|
|
{
|
|
title: "Tunnel View, United States",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1514604426857-abb26d2fb4af?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1514604426857-abb26d2fb4af?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2400&q=80"
|
|
},
|
|
{
|
|
title: "Sasamat Lake, Port Moody, Canada",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1512798738109-af8814836728?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1512798738109-af8814836728?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2849&q=80"
|
|
},
|
|
{
|
|
title: "Grigna, Italy",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1512229146678-994d3f1e31bf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1512229146678-994d3f1e31bf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2849&q=80"
|
|
},
|
|
{
|
|
title: "Ouchy, Lausanne, Switzerland",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1490007340748-243aacbf2e86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1490007340748-243aacbf2e86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2851&q=80"
|
|
},
|
|
{
|
|
title: "White Sands National Monument, United States",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1497367917223-64c44836be50?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1497367917223-64c44836be50?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2400&q=80"
|
|
},
|
|
{
|
|
title: "Pink sunset over a river town",
|
|
thumbnail:
|
|
"https://images.unsplash.com/photo-1488503618301-156ce946f2e4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
|
|
original:
|
|
"https://images.unsplash.com/photo-1488503618301-156ce946f2e4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80"
|
|
}
|
|
];
|