Skip to content

Commit c4e733a

Browse files
committed
add image
1 parent c097233 commit c4e733a

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Header.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ class Header extends Component <headerProps>{
6969
static Body = Body
7070

7171
spaceManager = (spaceData : Array<JSX.Element> ) => {
72-
console.log('CALL spaceManager');
73-
72+
7473
let tempArr : Array<JSX.Element> = []
7574
spaceData.filter((item) => {
7675
const { props, type } = item
@@ -145,10 +144,7 @@ class Header extends Component <headerProps>{
145144
}
146145

147146
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
152148
this.headerManager(children)
153149
let headerStyle = [styles.mainContainer, style]
154150
return (

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# 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+
```

dock/navbar.png

12.3 KB
Loading

0 commit comments

Comments
 (0)