|
1 | 1 | import React, { Component } from 'react' |
2 | | -import { Card, Icon } from 'react-native-elements' |
3 | 2 | import { |
4 | 3 | Animated, |
5 | 4 | Image, |
|
9 | 8 | Text, |
10 | 9 | View, |
11 | 10 | } from 'react-native' |
| 11 | +import { Card, Icon } from 'react-native-elements' |
12 | 12 | import { |
13 | 13 | TabViewAnimated, |
14 | 14 | TabBar, |
@@ -121,10 +121,10 @@ class Profile2 extends Component { |
121 | 121 | tabs: { |
122 | 122 | index: 0, |
123 | 123 | routes: [ |
124 | | - { key: '1', title: 'Active', count: 31, icon: 'md-restaurant' }, |
125 | | - { key: '2', title: 'Like', count: 86, icon: 'md-bicycle' }, |
126 | | - { key: '3', title: 'Following', count: 95, icon: 'md-color-palette' }, |
127 | | - { key: '4', title: 'Followers', count: '1.3 K', icon: 'md-bicycle' }, |
| 124 | + { key: '1', title: 'Active', count: 31 }, |
| 125 | + { key: '2', title: 'Like', count: 86 }, |
| 126 | + { key: '3', title: 'Following', count: 95 }, |
| 127 | + { key: '4', title: 'Followers', count: '1.3 K' }, |
128 | 128 | ], |
129 | 129 | }, |
130 | 130 | } |
|
0 commit comments