react-native-free-template
Version:
React Native template for a quick start with javascript
48 lines (47 loc) • 1.11 kB
JavaScript
export const items = [
{
id: 1,
title: 'Bally Total Fitness',
subtitle:
'Established in 1999 this is the best gym in this area with 1200 registered clients',
point: '3.8 ml',
rating: '3.9',
percent: 70,
},
{
id: 2,
title: 'Bally Total Fitness',
subtitle:
'Established in 1999 this is the best gym in this area with 1200 registered clients',
point: '3.8 ml',
rating: '3.9',
percent: 70,
},
{
id: 3,
title: 'Bally Total Fitness',
subtitle:
'Established in 1999 this is the best gym in this area with 1200 registered clients',
point: '3.8 ml',
rating: '3.9',
percent: 60,
},
{
id: 4,
title: 'Bally Total Fitness',
subtitle:
'Established in 1999 this is the best gym in this area with 1200 registered clients',
point: '3.8 ml',
rating: '3.9',
percent: 90,
},
{
id: 5,
title: 'Bally Total Fitness',
subtitle:
'Established in 1999 this is the best gym in this area with 1200 registered clients',
point: '3.8 ml',
rating: '3.9',
percent: 100,
},
];