ui icon indicating copy to clipboard operation
ui copied to clipboard

Customizable set of components for React Native applications

Results 111 ui issues
Sort by recently updated
recently updated
newest added

Hi, I'm writing an Accordion component using a ListView and I noticed some strange behavior with the data prop. In my component I need to make a copy of the...

How to use? ![screen shot 2018-02-18 at 8 28 05 pm](https://user-images.githubusercontent.com/10527554/36352350-4678d9ce-14ea-11e8-9afe-b7b000e60562.png)

After applying styleName="inline" to NavigationBar, left/right/center and contrainers are no longer positioned correctly after orientation changes. Screenshots attached (sorry for the big screenshots): ![simulator screen shot may 7 2017 1...

bug

``` My Channels ``` This is my code and I wish to have perfectly centered (horizontally and vertically) subtitle text inside this divide. But its producing this on android :...

Image has no radius applied to it (despite the theme indicating that it does) Sample code: ``` ``` @shoutem/theme: 0.11.1 @shoutem/ui: 0.22.4 react-native: 0.50.3

When I use @shoutem/ui from Github, the NavigationBar renders at the bottom of the screen. I'm expecting it to render at the top. If I switch to tag 0.19.0, then...

bug

Hi, you might already answered this question before but I wanted to know if you guys have plans to replace the ListView component that uses RN ListView for the new...

feature request

Hi! I have added Shoutem to a project where I'm using Haul, React-Native-Navigation and Apollo. While I don't see any warnings when using React Native's default bundler, with Haul I'm...

I use the latest platform(1.3.3). Video component can not work in this version. ![video](https://user-images.githubusercontent.com/8232737/31823114-9e4fbd40-b570-11e7-8e4b-bcbb4598278c.gif) Below is my code: ``` render() { const { video } = this.props; return ( );...

bug