darek607

Results 13 issues of darek607

Playing audio stream together with video ([react-native-video](https://github.com/react-native-community/react-native-video)) doesn't seem to work correctly without specifying AudioAttributes on Android 6 and 7 (older versions not tested). When playing video and audio simultaneously,...

After disabling bluetooth on the phone, the `BleManager.isReady` of my connected peripheral still returns true (I tested at least 2 minutes after disabling BT), however the `isConnected` correctly returns false....

bug

The `itemPadding` property is not applied unless called `setState` later. In order to reproduce run this modified ListView scene from the Catalog. The padding for item is applied only after...

bug
Lumin

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 probably compare the old...

bug
iOS
Android

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

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

Android

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

bug
Android
iOS

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

bug
Android

When switching between scenes in the Catalog app memory is constantly growing (but only the native memory, not that used by Java). It also grows on the icons scene (where...

Android

### [< Main issue](https://github.com/magic-script/magic-script-components/issues/189) Add support for light nodes. A light node is a component for setting the properties of light in the scene. Light node's supported properties (based on...

Android
iOS