Ryan Brodie
Ryan Brodie
@TimOliver Any update on this?
I got around this with this hack: ``` ```
Well if this PR never makes it in, above is an easy win!
I second this — any alternatives out there or a plan to add this functionality?
> I've been using this with success as a replacement for `ScrollView`, based on the code by @solominh above. > > ```tsx > import {GestureHandlerRefContext} from '@react-navigation/stack'; > import React,...
@justwudi Any update on this?
It depends how tidy a solution you'd be looking to implement. A suggestion from SO using a pretty dirty switch statement: ``` objective-c - (NSString *)daySuffixForDate:(NSDate *)date { NSCalendar *calendar...
Sure I understand. In iOS 9 Apple introduced `NSNumberOrdinalStyle` as a number style: ``` objective-c NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init]; formatter.numberStyle = NSNumberFormatterOrdinalStyle; NSArray *numbers = @[@1, @2, @3,...