-
### 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…
-
### What happened?
It seems since we upgraded to react-native-navigation 7.40.1 and react-native 0.73.9 we are able to click top bar buttons through modals.
![clickthrough-topbar-buttons](https://…
-
### Current behavior
Currently, I'm using the `headerSearchBarOptions` to create a search bar in the header of my screen:
```
import { useNavigation } from '@react-navigation/native';
const …
-
### Description
If edge-to-edge mode is enabled for the app:
```kt
WindowCompat.setDecorFitsSystemWindows(this.window, false)
```
And Modal is shown, then we have a different behavior (see …
-
### Description
Not sure if I should be posting this here or in react-navigation, nor if its too early since things are still in beta!
But I was requested to post this via: https://github.com/reac…
-
### Description
If SystemNavigationBar.setNavigationColor('#DCDC02', 'light', 'both') is not working on all devices,
Is it due to Android version differences, manufacturer-specific UI customization…
-
Whenever i run "expo run:android" via npm package.json this error occurs:
``` Task :pchmn-expo-material3-theme:compileDebugKotlin FAILED
│
│ FAILURE: Build failed with an exception.
│
│ * Wh…
-
### Describe your idea
Disable ios 18 tabbar for ipad
### Motivation
Ios 18 introduced a new tab bar UI that overwrites the bottom tab UI
![](https://i.sstatic.net/fQOy0b6t.png)
This disa…
-
### `package.json` file
```json
{
"name": "projectbread",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-p…
-
Yesterday, I created ticket #69 regarding a color change in the bottom navigation bar. Upon further investigation, I realized that the color change was due to the backdrop showing through the transpar…