ui
ui copied to clipboard
Customizable set of components for React Native applications
Hi! I want to show video in HTML component, but when I pass a string ``` let body = ''; ``` to the component ``` return ( ); ``` it...
I can't make my texts bold, actually none of the typography components gets bold with the style name bold. The others style names works, the bold seems to be the...
We use the Html component in a custom extension which is based on the About extension. The issue we face now for a while is that an image is not...
Is there a TabBar control available as part of the ui toolkit? I found the following link: https://new.shoutem.com/blog/2016/10/building-apps-tab-bar-layout/ One of the comments in the blog mentions it will make it...
The shipped theme uses well-known constant 20dp height for the iOS status bar, but [falls back to 0 for Android](https://github.com/shoutem/ui/blob/develop/theme.js#L1401). With no padding, the NavigationBar component used at the top...
Is there anyone experiencing the same issue after installing @shoutem/ui and react-native link after running the program always error. * What went wrong: Execution failed for task ':app:processDebugManifest'. > Manifest...
I'm just wondering what `react-native link` is doing? Is there any "unlinking script"? What files do I need to remove if I decided not to use @shoutem/ui any more?
Interaction with buttons inside NavigationBar on iOS does nothing when style "no-border" is applied to NavigationBar as suggested in "Navbar (Sublevel) + Action (no border)" example on this page :...
InlineGallery doesn't render the next image, sliding is ok though. ``` ```
I tried modifying shoutem.auth views as follows: 1. Remove NavigationBar 2. Add Custom Background 3. Change Screen styleName to "full-screen" ```javascript { this.getDimensions(event.nativeEvent.layout); }} > {isEmailAuthEnabled && } {isFacebookAuthEnabled &&...