magic-script-components-react-native
magic-script-components-react-native copied to clipboard
MagicScript Components renderer for ARKit and ARCore
This is how Lumin and Android works. After implementation, check toggleGroup scene in Catalog app.
See `startListeningEvent` function in [platform-factory.js](https://github.com/magic-script/magic-script-components-react-native/blob/692e2d0625e51d5ce3a905646b8ca4f7ce14876e/components/platform/platform-factory.js#L39).
- remove `ComponentImplementations.md` as its content was moved to `Components.md` in `magic-script-components` repository - update style guide defined for iOS/Android platform - configure `lint` tool to bring verification mechanism for...
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/317) ### Description Often the component that is further from the camera is activated instead of the one that is closer. Also, it's difficult to activate the...
### Description Currently, the `positionRelativeToCamera` and `orientationRelativeToCamera` properties do nothing on mobile. Like in lumin, it should set the initial position of the Prism relative to the camera at the...
Sound is not playing in the `Piano` app, it may be related to Android10 update.
Debug layer for Nodes (like for example outline for Prism) should be visible also on device - right now is visible only on simulator
Currently on Android we have implemented only the axis aligned clipping. This means than rotated children of Scroll view (or Prism) are not exactly clipped. We could re-implement the clipping...
When property `text` is updated in DropdownList nothing happened on IOS (DropdownList text stays the same). code to reproduce: ``` import React from "react"; import { View, DropdownList, DropdownListItem, LinearLayout,...
ScrollView shouldn't have extra space between items, please see example code and screenshots. ios: android: lumin: ``` import React from "react"; import { View, ScrollView, ScrollBar, Text, LinearLayout, RectLayout, Image...