Files
argon-react-native/constants/tabs.js
Alin Gheorghe ab12111067 first init
2019-05-29 17:39:06 +03:00

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' },
],
}