magic-script-components-react-native
magic-script-components-react-native copied to clipboard
MagicScript Components renderer for ARKit and ARCore
### Description Lumin implementation of scroll bar differs from react-native implementation - e.g. for the vertical scroll bar, the developer needs to manually rotate and move it in order to...
After exiting application with back button and opening it again, the node's creation methods are not invoked again (`ARComponentManager` instance survives). However the ARView is recreated correctly (Activity and AR...
https://github.com/magic-script/magic-script-components/issues/237 | Name | Type | Default Value | Required | Description | | ------ | ------ | :-----------: | :------: | ------------------------- | | width | number | `0`...
`magic-script-components-lumin` `Scene` component supports: - onAppStart(initData), where: ``` initData = { uri: , // Deep linking URI value isInternetConnected: , // there is an internet connection isWiFiConnected: , // WiFi...
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/256) When the "single action" property, like `scrollToItem` is set with the same value again, we don't get the value in the native components manager, because we...
https://github.com/magic-script/magic-script-components/issues/228 Missing props: - scrollSpeed - scrollToItem (iOS)
https://github.com/magic-script/magic-script-components/issues/233 Missing props: - selectedBegin - selectedEnd - scrollValue Blocked: - fontDescription - filePath - absolutePath
https://github.com/magic-script/magic-script-components/issues/229 Missing props: - scrollSpeed - scrollMask
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/215) ### Description Animations for GLB models are not working currently due to [ARCore's bug](https://github.com/google-ar/sceneform-android-sdk/issues/585). As a workaround, we have implemented `sfb` models support so developers can...