magic-script-components
magic-script-components copied to clipboard
MagicScript Component Framework
### Description Button component should support system icons and custom images together with text. Investigate UiButton.h interface in order to add support for icons (EclipseButtonParams, iconColor, iconSize, etc.). ### Completion...
How to test these changes: 1. clone the repo 2. from the terminal go to the `magic-script-components/website` folder 3. run `yarn install` 4. run `yarn start` 5. documentation website should...
When you visit the page https://www.magicscript.org/docs/getting-started directly from the address bar, you will see a blank webpage. However, when you open the same page step by step by: - going...
The cookies footer of [docs website](https://www.magicscript.org) is not always clickable. Sometimes it works as expected. Sometimes it does not work at all (user cannot dismiss it).
Lumin uses volume parameter with a range of [0..8] to define an audio volume. We want the volume prop use range of [0..1] (more intuitive). This task is to check...
### Description There are new values "auto" of Date and Time formats. They should be included in the implementation. ### Completion status - [ ] Android - [ ] iOS...
### Description Common code from `magic-script-components-react-native` and `magic-script-components-lumin` repos should be kept in `magic-script-components` repo. Good candidates for the move: - `chroma-js` - `gl-matrix` - new components that have JS...
### Description Lumin does not support `minLabel` and `maxLabel` props of Slider component. ### Completion status - [ ] [Lumin](https://github.com/magic-script/magic-script-components-lumin/issues/135)
### Description - It's too difficult to hit any component to interact with it(device only). - Often the order of hit results is wrong - the component that is further...
| Name | Type | Default Value | Required | Description | | --------- | ------ | :-----------: | :------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | width | number | 512 |...