SwordsMan

Results 2 issues of SwordsMan

Hi, after I install this lib with cocoapods, my project got a build error. ![image](https://user-images.githubusercontent.com/12846676/100854351-dadb3c00-34c3-11eb-88d7-8f9aa5973338.png) and here is my podfile ``` source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' platform :ios, '10.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'JobMonitor'...

数据源第一次设置以后就不能再更改了吗? 试过setState 然而并没有用? 大佬能不能举个例子怎么设置数据源? 另外此lib 搭配react-navigation 使用,当返回上一级界面,viewpager的左边屏幕之外view不会马上消失,而是经过1、2s消失 @race604