magic-script-components-react-native icon indicating copy to clipboard operation
magic-script-components-react-native copied to clipboard

MagicScript Components renderer for ARKit and ARCore

Results 41 magic-script-components-react-native issues
Sort by recently updated
recently updated
newest added

This is how Lumin and Android works. After implementation, check toggleGroup scene in Catalog app.

iOS

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).

react-native

- 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...

Android
iOS

### [< 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...

bug
iOS

### 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...

enhancement
Android
iOS

Sound is not playing in the `Piano` app, it may be related to Android10 update.

Android

Debug layer for Nodes (like for example outline for Prism) should be visible also on device - right now is visible only on simulator

enhancement
iOS

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...

enhancement
Android

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,...

bug
iOS

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...

bug
iOS