Questions tagged [react-native-shared-element]

4 questions
3
votes
1 answer

How to do shared element transitions in React Native Web?

I'm using react-native-web to develop a web&mobile application. I've reached the point when I'd like to introduce better transitions between the screens, and for that reason I'd like to do shared element transitions like the one below: Because I…
2
votes
4 answers

No feedback after pressing React native onPress

I have a button component with a simple onPress const Press = () => { return (
1
vote
0 answers

Update params navigation-shared-element [REACT NATIVE]

I'm working to an images list using this library, but I'm not able to update the navigation params, like in the source code provided by the author, so I don't get the correct animation. Here's exactly what I mean:…
-1
votes
1 answer

I want to share this JSON DATA when user click on share button

This is JSON DATA { "sad": [ { "id": "1", "title": "hello this is no.1" }, { "id": "2", "title": "आँखें थक गई है आसमान को देखते देखते पर वो तारा नहीं टूटता ,जिसे देखकर तुम्हें मांग लूँ" }, { "id": "3", …