Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[tvOS] Focus not restoring with sidebarAdaptable

Abierto
#501 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 2 días

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
42/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
react-native
Área
mobile-dev

Línea de trabajo

Empieza reproduciendo el sidebarAdaptable navigator example en tvOS, centrándote en un control del ScrollView antes de cerrar la barra lateral. Sigue los puntos de entrada del manejo del foco que se utilizan cuando se cierra la barra lateral; el issue no indica ningún archivo ni prueba. Se considera terminado cuando el foco vuelve al objeto que tenía el foco anteriormente, en lugar de al primer objeto visible.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

bug
Before submitting a new issue
  • I tested using the latest version of the library, as the bug might be already fixed.
  • I tested using a supported version of react native.
  • I checked for possible duplicate issues, with possible answers.
Bug summary

When closing sidebar on tvOS it automatically focuses on first visible object on the screen, not the previously focused one.

sidebar-focus-bug

Library version

1.1.0

Environment info
System:
  OS: macOS 26.0
  CPU: (12) arm64 Apple M2 Max
  Memory: 1.61 GB / 32.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 25.2.1
    path: /opt/homebrew/bin/node
  Yarn:
    version: 1.22.22
    path: /opt/homebrew/bin/yarn
  npm:
    version: 11.6.2
    path: /opt/homebrew/bin/npm
  Watchman: Not Found
Managers:
  CocoaPods:
    version: 1.16.2
    path: /opt/homebrew/lib/ruby/gems/3.4.0/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.0
      - iOS 26.0
      - macOS 26.0
      - tvOS 26.0
      - visionOS 26.0
      - watchOS 26.0
  Android SDK: Not Found
IDEs:
  Android Studio: Not Found
  Xcode:
    version: 26.0/17A324
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 25.0.1
    path: /opt/homebrew/bin/javac
  Ruby:
    version: 3.4.5
    path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 20.0.2
    wanted: 20.0.2
  react:
    installed: 19.2.3
    wanted: 19.2.3
  react-native: Not Found
  react-native-macos: Not Found
  react-native-tvos:
    installed: 0.83.1-0
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: true
Steps to reproduce
  1. Create navigator with sidebarAdaptable enabled
  2. Create page with multiple Pressable in
Reproducible sample code
<Router.Navigator
      initialRouteName="Test"
      sidebarAdaptable
      screenOptions={{
        freezeOnBlur: true,
      }}
    >
      <Tabs.Screen
          name="Watching"
          options={{
              title: 'Test',
              tabBarIcon: () => ({ sfSymbol: 'star.fill' })
          }}
          component={(Test)} />
</Router.Navigator>

...

<ScrollView>
    <View style={{ padding: 100 }}>
        {Array.from({ length: 20 }).map((_, i) => (
            <View style={{ padding: 50 }}>
                <TouchableOpacity tvParallaxProperties={{
                    magnification: 1.1,
                }}>
                    <Text>Button {i}</Text>
                </TouchableOpacity>
            </View>
        ))}
    </View>
</ScrollView>
Lenguaje dominante
TypeScript
Estrellas
1.5k
Forks
108
Merge medio
22 h 36 min
PR fusionados (30 d)
10

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de callstack/react-native-bottom-tabs

Todos los issues de callstack/react-native-bottom-tabs

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.