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 affects the following classes: - UiDropdownListItemNode (-> `gridLayoutNode` and `listGridLayoutNode`) - UiListViewNode (-> `linearLayout`)

iOS

We need to measure performance on iOS side - especially the performance of communication between js and iOS. Candidates for investigation: - **Convert.swift** - we should stop using numberFormatter to...

iOS

We need to support system sounds in a similar way as we do with fonts and system icons.

Android
iOS
react-native

Add missing tests for: ARComponentManager, ReactEventsManager, UiNodesManager and LineNode.

Android

We should investigate and improve the `View.getSizeInMeters` method as it returns non zero height (about 0.16 m) for empty text view (the width is 0 as expected). The method is...

enhancement
Android

On Android the external icons defined as `"lumin-system-icons"` are not copied to native assets automatically (like it's done for fonts). I tried to investigate the issue but with no success...

Android

"loadFile" "absolutePath" "descriptor" "basePath" "autoDestroy" "dynamicDecode" "soundPitch" "streamedFileOffset" "spatialSoundDirection" "spatialSoundDirectSendLevels" "spatialSoundRadiation" "spatialSoundRoomSendLevels"

Android

Change our post install scripts which currently clone iOS and Android platforms and make them npm dependencies instead. We will need to then copy the iOS and Andorid folders to...

We need to be able to make use of RNFS in the source code and this means we'll need some sort of Polyfill in the Lumin platform