Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fix InitialIndex Bug + Switch from ListView -> FlatList #76

Merged
merged 5 commits into from
Oct 29, 2018

Commits on Nov 3, 2017

  1. Fix issue with ListView initial index w/ switch to FlatList

    Fix issue with ListView initial index not working on iOS due to "contentOffset" bug. 
    ListView is no longer supported, so switch to FlatList where the issue is fixed.
    
    Repro:
    1) Create Viewer and set initialIndex to a non-zero value. After the viewer loads try swiping left or right. Notice the number at the top resets to 0. Also notice that the image doesn't load correctly.
    ngandhy committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    c9873ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ngandhy/FlatList-ify

    Fix issue with ListView initial index w/ switch to FlatList
    ngandhy committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    44ddd2d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. merge upstream to fork

    majormaximo committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    c8c2a40 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Android uses ViewPagerAndroid. So fix references. (Why doesn't Androi…

    …d use Scroll/FlatList too?)
    
    Fix references to scrolllist-> flatlist for android. Android doesn't use flat list tho... it uses ViewPagerAndroid... might make sense to just switch both to using the same thing in the future. Functionality seems identical.
    ngandhy committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    74a4ee6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Update README.md

    ngandhy committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d345790 View commit details
    Browse the repository at this point in the history