react-router-navigation icon indicating copy to clipboard operation
react-router-navigation copied to clipboard

Tabs doesn't work after first switch

Open Bessonov opened this issue 6 years ago • 2 comments

Do you want to request a feature or report a bug?

Bug. What is the current behavior? Just copypasted the whole example.

Observations:

  1. 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

  1. 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.

  2. 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 

Bessonov avatar Apr 12 '19 20:04 Bessonov

any news regarding this?

davorbuha avatar Jun 17 '19 15:06 davorbuha

Did anyone resolve this?

EtteplanTeppana avatar Oct 30 '19 07:10 EtteplanTeppana