satya164 / react-native-tab-view

A cross-platform Tab View component for React Native
MIT License
5.14k stars 1.07k forks source link

app flashed quit #1305

Closed SunyanLBJ23 closed 2 years ago

SunyanLBJ23 commented 2 years ago

Current behavior

I quickly moved between tabar's screens, and then I triggered the naviation.goBack() method, and the app flashed quit.

react-native version 0.64.2, @react-navigation/native version 6.0.6, react-native-tab-view version 3.1.1

Expected behavior

not quit

Reproduction

none

Platform

Environment

package version
react-native-tab-view 3.1.1
react-native-pager-view 5.4.9
react-native 0.64.2
expo none
node 14.18.1
npm or yarn yarn
github-actions[bot] commented 2 years ago

Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).

Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.

github-actions[bot] commented 2 years ago

Couldn't find version numbers for the following packages in the issue:

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

github-actions[bot] commented 2 years ago

Couldn't find version numbers for the following packages in the issue:

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

likeSo commented 2 years ago

This is a bug in react-native-pager-view: https://github.com/callstack/react-native-pager-view/issues/458 You can visit and focus on that