File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ class Header extends Component <headerProps>{
69
69
static Body = Body
70
70
71
71
spaceManager = ( spaceData : Array < JSX . Element > ) => {
72
- console . log ( 'CALL spaceManager' ) ;
73
-
72
+
74
73
let tempArr : Array < JSX . Element > = [ ]
75
74
spaceData . filter ( ( item ) => {
76
75
const { props, type } = item
@@ -145,10 +144,7 @@ class Header extends Component <headerProps>{
145
144
}
146
145
147
146
render ( ) {
148
- const { children, style, statusBarBackground } = this . props
149
- // updatedChildren = children
150
- console . log ( 'children >> ' , typeof children ) ;
151
-
147
+ const { children, style, statusBarBackground } = this . props
152
148
this . headerManager ( children )
153
149
let headerStyle = [ styles . mainContainer , style ]
154
150
return (
Original file line number Diff line number Diff line change 1
1
# React Native top-navbar
2
+ ---
3
+ A beautiful navbar for react native app, it's supported ios and android both platform
4
+
5
+ ## Installation
6
+ ---
7
+ using npm:
8
+ ```
9
+ npm install @mindinventory/rn-top-navbar
10
+ ```
11
+ using yarn:
12
+ ```
13
+ yarn add @mindinventory/rn-top-navbar
14
+ ```
You can’t perform that action at this time.
0 commit comments