magic-script-components-react-native
magic-script-components-react-native copied to clipboard
MagicScript Components renderer for ARKit and ARCore
This affects the following classes: - UiDropdownListItemNode (-> `gridLayoutNode` and `listGridLayoutNode`) - UiListViewNode (-> `linearLayout`)
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...
We need to support system sounds in a similar way as we do with fonts and system icons.
Add missing tests for: ARComponentManager, ReactEventsManager, UiNodesManager and LineNode.
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...
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...
"loadFile" "absolutePath" "descriptor" "basePath" "autoDestroy" "dynamicDecode" "soundPitch" "streamedFileOffset" "spatialSoundDirection" "spatialSoundDirectSendLevels" "spatialSoundRadiation" "spatialSoundRoomSendLevels"
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