-
FC occurs when navigating to second activity using shared element based transition. Logcat shows:
> library "libmaliinstr.so" not found
However it works well on Nexus.
Any ideas? Thanks.
-
### Description
Hey guys,
Amazing job on the shared element transition.
When passing a parameter to screen B the transition stops working for some reason.
```
navigate("ScreenB", { some…
-
I added shared element transition from list element to my activity on an imageview but I had to remove it from our production app because of this behavior.
Whenever you double tap on list item and it …
-
I'm wondering what could be the way to express the notion of the same "instance" when we do a shared element transition to a sibling tree.
-
### Description
Hey,
I have implemented the shared element transition with the presentation style **'transparentModal'**, it works fine in ios and even in Android if we set the presentation to …
-
### What happened?
On Android, using FastImage with SET (Shared Element Transition) locks its dimensions. As a result, when trying to update the image's width and height it does not update, for exa…
-
When an element with shared image is used, android 7.0 (The device on the right) has this problem, the image is not resized gradually as the transition is performed but only at the end. The device on …
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/eloquent-kirch-m4cgrw?file=%2Fapp%2F%28main%29%2Fwritings%2Fpage.tsx%3A1%2C1-31%2C1
### To Reproduce
open the codesan…
-
### Description
Hey!
I've been playing around with Shared Element Transitions (they are amazing btw!), but I found a funny little bug.
For every time the Shared Element Transition runs, it gets…
-
### Description
We've recently upgraded our Expo app from SDK 49 to 50, including upgrading `react-native-reanimated` from 3.3.x to 3.7.x. We also upgraded `react-native` from 0.72 to 0.73. Now any…