diff --git a/android/DemoApp.iml b/android/DemoApp.iml new file mode 100644 index 0000000..77055b6 --- /dev/null +++ b/android/DemoApp.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/app.iml b/android/app/app.iml new file mode 100644 index 0000000..4e3791b --- /dev/null +++ b/android/app/app.iml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/scenes/Navigation.js b/src/scenes/Navigation.js index a183797..9033ee3 100644 --- a/src/scenes/Navigation.js +++ b/src/scenes/Navigation.js @@ -119,6 +119,7 @@ export default class Navigation extends Component { items={[{ icon: 'face', value: 'Avatars', + label: '12', active: route === 'Avatars', onPress: () => this.changeScene('Avatars'), onLongPress: () => this.changeScene('Avatars') @@ -126,17 +127,20 @@ export default class Navigation extends Component { icon: 'label', value: 'Buttons', active: route === 'Buttons', + label: '8', onPress: () => this.changeScene('Buttons'), onLongPress: () => this.changeScene('Buttons') }, { icon: 'check-box', value: 'Checkboxes', + label: '10', active: route === 'Checkboxes', onPress: () => this.changeScene('Checkboxes'), onLongPress: () => this.changeScene('Checkboxes') }, { icon: 'label', value: 'Dividers', + label: '10', active: route === 'Dividers', onPress: () => this.changeScene('Dividers'), onLongPress: () => this.changeScene('Dividers') @@ -150,6 +154,7 @@ export default class Navigation extends Component { }, { icon: 'radio-button-checked', value: 'Radio Buttons', + label: '8', active: route === 'Radio Buttons', onPress: () => this.changeScene('RadioButtons', 'Radio Buttons'), onLongPress: () => this.changeScene('RadioButtons', 'Radio Buttons') @@ -165,6 +170,7 @@ export default class Navigation extends Component { { icon: 'label', value: 'Subheaders', + label: '4', active: route === 'Subheaders', onPress: () => this.changeScene('Subheaders'), onLongPress: () => this.changeScene('Subheaders') @@ -176,6 +182,7 @@ export default class Navigation extends Component { items={[{ icon: 'invert-colors', value: 'Change Theme', + label: '24', active: route === 'Change Theme', onPress: () => this.changeScene('Themes', 'Change Theme'), onLongPress: () => this.changeScene('Themes', 'Change Theme')