mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-22 09:19:26 +00:00
8 lines
224 B
JavaScript
8 lines
224 B
JavaScript
export default tabs = {
|
|
categories: [
|
|
{ id: 'popular', title: 'Popular' },
|
|
{ id: 'beauty', title: 'Beauty' },
|
|
{ id: 'fashion', title: 'Fashion' },
|
|
{ id: 'car_motorcycle', title: 'Car & Motorcycle' },
|
|
],
|
|
} |