Files
react-native-swiper/dist
yuji 890c0ce64e ensure onMomentumScrollEnd synchronous update this.index
Note: `this.setState` is async, so I call the `onMomentumScrollEnd` in
setTimeout to ensure synchronous update `this.index`.
2015-05-02 14:12:11 +08:00
..