阿巴阿巴

Results 4 issues of 阿巴阿巴

## My issue: 一堆静态变量,导致只能一个App使用一个实例

Q-A

I want write a linter rule to check nil safe. call `-addObject:` without check nil. ```objective-c -(void)aMethod:(NSString *)string { NSMutableArray *arr = [@[] mutableCopy]; [arr addObject:string]; } ``` call `-addObject:`...

I want to have the currentIndex change notify and want to read current index.Now I have to fork and modify myself.

- [x] React Native version & OS: - [x] react-native-af-video-player version: ``` "react-native-af-video-player": "^0.2.1", ``` ``` Environment: OS: macOS High Sierra 10.13.5 Node: 8.9.1 Yarn: 1.7.0 npm: 5.5.1 Watchman: 3.9.0...