From d1ebc9e9b9c551c6619c84819c7025eedaf9077c Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sun, 25 Aug 2019 21:00:09 +0800 Subject: [PATCH] readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f35fd98..58cc962 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,9 @@ NSIndexPath *indexPath = [NSIndexPath indexPathForItem:(self.fetchResult.count - 1) inSection:0]; [self.collectionView scrollToItemAtIndexPath:indexPath atScrollPosition:UICollectionViewScrollPositionTop animated:NO]; } -``` \ No newline at end of file +``` + +### android 上的问题 +1. react-native-actionsheet-api bug + +https://github.com/qfight/react-native-actionsheet-api/issues/4 \ No newline at end of file