akveo / akveo/react-native-ui-kitten
TabView unresponsive after navigating away and back (web)
- 主要言語
- TypeScript
- スター
- 10.7k
- フォーク
- 962
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 🐛 Bug Report
On react native web, the TabView tab bars and nested Tab tabs become unresponsive to swipes and clicks after navigating away (via StackNavigator or BottomNavigationTab - the ones I've tested with). It works fine on Android and iOS.
## To Reproduce
Steps to reproduce the behavior:
```js
setSelectedIndex(index)}
>
Choose a Tenant to Audit
String(index)}
renderItem={renderTenants}
/>
Saved Checklists
String(index)}
renderItem={renderSaved}
/>
```
## Expected behavior
Tabs should still be swipeable/clickable after navigation.goBack() from the subsequent screen, or navigating between BottomNavigationTabs.
## Link to runnable example or repository (highly encouraged)
https://snack.expo.io/@thespacemanatee/calm-candies
## UI Kitten and Eva version
| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | ^2.0.0 |
| @ui-kitten/components |^5.0.0 |
## Environment information
```bash
System:
OS: macOS 11.2.3
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Binaries:
Node: 15.7.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 7.5.4 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.7199119
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
npmPackages:
react: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2
```
コントリビューションガイド
評価
この issue はまだ評価されていません。