阿巴阿巴
阿巴阿巴
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...