Mohammad Amin Sarbazi
Mohammad Amin Sarbazi
```contentCotainerStyle``` prop is missing from ```RecyclerListView```. The way you can center items inside list view is to set list view width to full width of the area, then set outer...
Same here. Crash reports on Play Console
same issue, so annoying 😑
I was getting same `Invalid hook call` because of having duplicate react instances After applying `config.resolver.disableHierarchicalLookup = true;` to fix it, I'm getting this: ``` Error: Unable to resolve module...
The problem of duplicate react instance comes from root `package.json` misconfigured dependencies. The `react` and `react-native` should be listed under `peerDepedencies` field, not installed as independent dependencies. So in your...
Same issue🥲 no updates?
same issue, 1 hour wasted @maksym-kyryliuk thank you `fontWeight: 'normal'` did the trick. should be fixed, so annoying😑
Having the same problem. Window is moving too much in given direction, would be great if we could specify the movement value