Nativebase: Support for Styled-Components

Created on 5 Dec 2016  路  4Comments  路  Source: GeekyAnts/NativeBase

I wonder if there is support for styled-components or there are plans to support it.

I'd be amazing to use themeProvider with NativeBase!

Most helpful comment

This will be added in the next major release of NativeBase within 1-2 weeks.

All 4 comments

This will be added in the next major release of NativeBase within 1-2 weeks.

thank you for response! When can I found development branch?

@himanshu-satija Hi Did you add support of styled compoennt for nativebase

native-base version : 2.3.1
When I use

const NavbarRightView = styled.Segment`
  flex:0.2;
`

It is throwing error

@swaroopa94 try this

const NavbarRightView = styled(Segment)`
  flex:0.2;
`
Was this page helpful?
0 / 5 - 0 ratings

Related issues

maphongba008 picture maphongba008  路  3Comments

kitsune7 picture kitsune7  路  3Comments

muthuraman007 picture muthuraman007  路  3Comments

bsiddiqui picture bsiddiqui  路  3Comments

Cotel picture Cotel  路  3Comments