ios app
This commit is contained in:
14
argon-pro-react-native/constants/tabs.js
Normal file
14
argon-pro-react-native/constants/tabs.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export default tabs = {
|
||||
beauty: [
|
||||
{ id: 'music', title: 'Music' },
|
||||
{ id: 'beauty', title: 'Beauty' },
|
||||
{ id: 'fashion', title: 'Fashion' },
|
||||
{ id: 'clothes', title: 'Clothes'}
|
||||
],
|
||||
fashion: [
|
||||
{ id: 'shoes', title: 'Shoes', },
|
||||
{ id: 'beauty', title: 'Beauty', },
|
||||
{ id: 'fashion', title: 'Fashion', },
|
||||
{ id: 'places', title: 'Places', }
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user