Cam Gray

Results 3 comments of Cam Gray

Has this been fixed? When I comment out the [[DCIntrospect sharedIntrospector] start] the keyboard animation works as expected. Plus the [DCIntrospect sharedIntrospector] returns nil if DEBUG is not defined, so...

Not currently, I will look into this. Can you describe in more detail what you're looking to do?

For me, this worked as a workaround: ``` showActionSheetWithOptions({ options: options, cancelButtonIndex: options.length - 1, textStyle: Platform.OS === 'android' ? { minWidth: Dimensions.get('window').width * 0.9, } : undefined, }, (selectedIndex:...