ui
ui copied to clipboard
Customizable set of components for React Native applications
Feature adds `DropShadowView` component using `react-native-drop-shadow`. Slightly adjusted `View` component and gradient resolution.
Issue with using the `Icon` component. No icons seem to exist by name, but the SVGs are provided in the assets directory. I have tried using a `react-native link` multiple...
Do you plan to support TypeScript definitions with this project?
**npm install --save @shoutem/ui npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react...
Error: Unable to resolve module `react-native/Libraries/Components/View/ViewStylePropTypes` from `/home/avinash/Kinre/kinreAdmin/node_modules/react-native-render-html/src/HTMLUtils.js`: Module `react-native/Libraries/Components/View/ViewStylePropTypes` does not exist in the Haste module map
Hi, I installed shoutem ui version 4.1.0 but get this message when using Icon component: 'Icon must be an SVG file imported as a React component.' Icons are in node...
I try to call the focus() method on a TextInput ref. Such as ``` javascript this.focusNextField('passwordInput')}/> // component method focusNextField = (nextField) => { this.refs[nextField].focus(); }; ``` However I get...
Inherited view props such as `testID` and `accessibilityLabel` are not being correctly passed along to the underlying component in some cases. For example, the `Spinner` component does not do this,...
Fix for onFocus & onBlur silently failing. Reproduction example below... ``` import { TextInput } from "@shoutem/ui"; interface InitialState { focused: Boolean; } const textInput = React.createRef(); const Input =...
I'm using Expo 37, and just updated to shoutem ui v2, and I'm getting the following error: ```bash Unable to resolve "warnOnce" from "node_modules/@shoutem/ui/node_modules/react-native/Libraries/react-native/react-native-implementation.js" Failed building JavaScript bundle. ``` Related...