-
When go back from a details screen the image wrapped inside SharedElement got stuck in the screen, here's a video:
https://user-images.githubusercontent.com/43631579/108575576-58069800-72e0-11eb-97…
-
The way elevation works is that it creates a border around the element that is then shifted to the bottom. The background color of the element then hides the inside part of the border.
When we …
-
Hi, while I was doing the setup of the library I found that in MainActivity.java there's no more the onCreate method.
MainActivity.java
```
package com.testApp;
import com.facebook.react.ReactAc…
-
### Summary
I have just updated my app from expo 49 to 51 and after a lot of trubleshooting I have reached a stage where it gives me this error. I have also tried expo-asset but that does not help.
…
-
:+1: decent work. A few notes after checking out the code:
* Nice to see you successfully used OAuth login. OAuth is widely used and it's important to understand OAuth v1 and v2 properly.
* Good t…
-
Is seek bar is available into the VLC player or do I have to add the it manually
A code sample or some tutorial reference will be appreciated
-
## Platforms
- iOS
- Android
## Versions
Please add the used versions/branches
- Android:
- iOS:
- react-native-geolocation-service:
- react-native:
- react:
## Description
When the use…
-
I know Uber people are busy. But are there any plans to make further improvements to RIBs? Its getting pretty inactive nowadays
-
Hi,
I'm trying to use this package but, even before I tried implementing shared element, I encounter a problem regarding flickering.
Whenever I navigate to a new page, I see the text element fla…
-
I am Using **FCM.getInitialNotification().then((notif) => this.getInitialNotificationFunction(notif));
this.notificationListener = FCM.on(FCMEvent.Notification, async (notif) => function(No…