Atlas

Results 6 comments of Atlas

Sure, you can do that. This was my main reason for switching from the default iOS implementation to MGSwipeTableCell. ``` -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [tableView deselectRowAtIndexPath:indexPath animated:NO]; MGSwipeTableCell *cell...

+1 on [UIFont familyNames], I call once in my AppDelegate and have no more issues. Bizarre. ``` -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //iOS 10 Random crash fix.......... [UIFont familyNames]; return...

Resurrecting this, would love 2.2.1 published! In the meantime, use this in your Podfile for FontAwesome 4.7 support. `pod 'FontAwesomeKit', :git => 'https://github.com/PrideChung/FontAwesomeKit.git', :commit => 'ed5eb02'`

Hi, saw this on iOS after my initial install. RN 0.63, react-native-select-contact 1.5.0. Relaunching everything (metro, and the iOS Simulator) seemed to fix it. Thanks for the library!

Apologies! Updated. Thanks for the quick look!

Howdy! Just re-added these, should be ready to merge whenever @punkpeye Thanks!