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!
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;
`
Most helpful comment
This will be added in the next major release of NativeBase within 1-2 weeks.