-
I am getting two errors
1. java.lang.IllegalArgumentException: Unable to create call adapter for class androidx.lifecycle.LiveData from the caller.
2. Caused by: java.lang.ClassCastException: ja…
-
### Issue Description
When creating a container as root using userns=auto and a specific image, the container creation fails with this error:
```
DEBU[0004] Failed to create container charming_shirl…
-
### Description
Including a single Reanimated layout animation breaks all further react-native layout animations on android. The Reanimated LayoutAnimation api is nice for some use cases, but React…
-
I heard about the Navigation Component part of the Android Jetpack.
Is it worth to use it ? and if yes, how could we apply it with this architecture because it slightly change the way we navigate bet…
-
We were facing an issue after upgrading React Native and the navigation packages to the latest versions. Not sure if it's `react-native-tab-view` or `react-native-pager-view` but the content of the Ma…
-
-
# Feature Request
Hey all,
I'm wondering if someone is looking into migrating React Native Video to use Fabric (i.e. the React Native New Architecture). I'm opening this issue to understand what's…
-
### Current behavior
![Screenshot_20241021_125911](https://github.com/user-attachments/assets/8322b46f-e7c6-4df7-811d-495d258e5e5f)
I am facing some trouble with `@react-navigation/bottom-tabs` sinc…
-
## Description
As the title says. Curiously, the problem only reproduces when using a `FlatList` and when specifying `screenOptions` (an empty object is enough). See the code sample.
### Scr…
-
Hi,
I am currently learning to implement this architecture in a small Android app but I am not sure where I should create and keep my Store? How would I handle saving/restoring the state if I do it…