-
### Minimal reproducible example
https://snack.expo.dev/@easydan/expo-camera-disappearing-ui
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in a…
-
### Current behavior
On Web, the `bottom-tabs` tab bar badge does not grow horizontally. In practice, if the badge value is e.g. 10, the value is truncated and appears as only "1" inside the dot.
…
-
### Current behavior
This behavior, I believe, is due to the react-native-tab-view module. But definitely can be reproduced with material-top-tabs. The issue created in that repo is here:
https:…
-
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},…
-
### Current behavior
This is only happening on JS Stack Navigator
I keep getting warning that says "Sending `onAnimatedValueUpdate` with no listeners registered" every time i'm swiping back to …
-
### Current behavior
It always shows this error "undefined is not an object (evaluating 'animation.isHigherOrder')".
Every other navigation option (stack, bottom tab, and top tab) is working well.…
-
I just upgraded from Expo 47 to 50 and as part of upgrade, made proper changes to enable Hermes JS engine. I am using expo-dev-client to create development builds and so, in my `Podfile.properties.jso…
-
**Describe the bug**
Actually I'm not sure how to explain it. I am using react-navigation/material-top-tabs in my project. I have placed the carousel on my homepage but the manual swipe is not workin…
-
### Current behavior
Consider this state:
```js
const state = {
routes: [
{
name: "RouteName",
params: {
arrayParam: ["Foo", "Bar"]
…
-
### Description
I use `SystemNavigationBar.navigationHide();` to hide the bottom bar. The bar does get hidden, though whenever I click the screen again the bar reappears. (I'm on Android 11 emulator,…