ui
ui copied to clipboard
Customizable set of components for React Native applications
After manually installing every one of my libraries again, I've noticed that Shoutem UI is throwing an error and breaking my build only for android. ``` Manifest merger failed :...
Here is the link to the error: https://stackoverflow.com/questions/62503998/react-native-android-build-failure/62566861#62566861 Which I also encountered but eventually fixed by removing `"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d"`. Although the `react-native run-android` problem is fixed for me, the other...
hey im using the drop down menu for only 2 items my question is can i make my list not to be transparent with last items in the menu?
The ListView component specifies an onEndReachedThreshold of 40 (see: https://github.com/shoutem/ui/blob/develop/components/ListView.js#L142) which is invalid since this value should be in the range from 0 to 1 (see https://reactnative.dev/docs/flatlist#onendreachedthreshold). The value of...
Hello - I'm trying to use shoutem/ui within my existing expo project. However the results in below error requireNativeComponent: "BVLinearGradient" was not found in the UIManager. How do i resolve...
react-native-cli: 2.0.1 react-native: 0.60.4 "@shoutem/ui": "^1.0.1", Fresh install, fresh project - I get Unrecognized font family 'Rubik-Regular'. This seems to be a recurrent problem, I am not using Expo. linking...
Hello there, There is statusBar options in navigationBar component. But barStyle for statusBar is wrong written. https://github.com/shoutem/ui/blob/5cc29e862a5c1da540b8f2a660b8f91e06abc74b/components/NavigationBar/NavigationBar.js#L45 im guessing; "default" should be replaced with 'dark-content' Thanks!
Hello, i couldn't find how to set size of icons. Is there any way to how to do that?
Getting the following warning with expo 35.0.0 ``` Some of your project's dependencies are not compatible with currently installed expo package version: - react-native-webview - expected version range: 7.0.5 -...
I am getting below error in android studio for "Sync Project with Gradle file". I have downloaded News app from Shoutem and opened its android folder in Android Studio and...