Tabs doesn't work after first switch
Do you want to request a feature or report a bug?
Bug. What is the current behavior? Just copypasted the whole example.
Observations:
- After "Push a new scene", "Push tabs" I get a warning:
blob:http://localhost:8081/ae5dab54-aaea-4a86-8975-637717c60fa4:22803 Warning: ViewPagerAndroid has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/viewpager' instead of 'react-native'. See https://github.com/react-native-community/react-native-viewpager
-
Then tap on one of tabs or buttons with "Go to [...]". After that no further navigation is possible except back button. If I tap on tab or button, then "tap animation" is happens, but no navigation.
-
Overall "Push a scene"/"Push tabs" relatively slow in comparison to other actions on my reference device Nexus 4/Android 4.4.4.
I'm not sure, maybe it 3 different issues. This issue is about 2nd point.
What is the expected behavior?
That navigation works :)
Environment (include versions). Did this work in previous versions?
- Device: Nexus 4
- OS: Android 4.4.4
- React-Native (version): 0.59.2
- React-Router (version): 5.0.0
- React-Router-Navigation (version): 2.0.0-alpha.10
$ react-native info
info
React Native Environment Info:
System:
OS: Linux 3.13 Ubuntu 18.04.1 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz
Memory: 257.17 MB / 7.70 GB
Shell: 4.4.19 - /bin/bash
Binaries:
Node: 10.15.3 - /tmp/yarn--1555100385745-0.3557435486990861/node
Yarn: 1.15.2 - /tmp/yarn--1555100385745-0.3557435486990861/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.15.3/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
API Levels: 28
Build Tools: 28.0.3
npmPackages:
react: 16.8.5 => 16.8.5
react-native: 0.59.2 => 0.59.2
any news regarding this?
Did anyone resolve this?