magic-script-components
magic-script-components copied to clipboard
MagicScript Component Framework
### Description Lumin RT LandscapeApp supports more than one prism. **Components** should support multiple prisms as well. ### Examples Main app component: ``` ``` --- Sample scene: ``` Click me...
ScrollView parameter `aabb` is not working on the ZI simulator. I expected to limit the size of the `scrollview`. Screenshot and code: ``` import React from "react"; import { View,...
### Description - Text edit and dropdown list do not support scroll view yet. - Extract a common scroll view code from UiScrollViewNode to a separate module. - Reuse the...
The `itemPadding` property is not applied unless called `setState` later. In order to reproduce run this modified ListView scene from the Catalog. The padding for item is applied only after...
There is a need to have an option for opening external application from within MagicScript Components app. Something like: `Platform.open("external_app_schema").` - [ ] Lumin - [ ] iOS - [...
Based on example code and screenshots from the documentation we should unify the behavior of more complex ListViewItems. Lumin: defaultItemPadding is not respected IOS: defaultItemAlignment work incorrectly IOS: When we'll...
Results of the research for the Localization support on Lumin, iOS and Android. TL;DR in my opinion we have two options for Lumin: 1. (In big shortcut) Use magic-script-cli to...
Missing props: - selectedBegin - selectedEnd - scrollValue Blocked: - fontDescription - filePath - absolutePath