Chester Wood

Results 25 comments of Chester Wood

@sibelius, @evanjmg, have you been able to successfully move from react-native-fabric to react-native-firebase? If so, could you please provide an answer to my [Stack Overflow question?](https://stackoverflow.com/questions/59203990/react-native-firebase-crashlytics-not-reporting-crashes) I haven't been able...

+1. The html produced by Livedown is much prettier than other markdown converters I have tried.

@willdavidc Thanks for this workaround. It helps a lot, but unfortunately doesn't fix the problem completely. If the user spins the picker to 0 hours 0 minutes, iOS automatically changes...

@Swaagie Could someone take a look at this bug? The workaround suggested by @willdavidc helps, though it took me a lot of trial and error to figure out where to...

I've switched to [react-native-countdown-picker](https://github.com/4Catalyzer/react-native-countdown-picker). It doesn't have this problem. Although the library hasn't been updated in a long time, it is a very simple wrapper around the [ActionSheetPicker-3.0](https://github.com/skywinder/ActionSheetPicker-3.0) pod, which...

Thanks. Tried this in the config file, that didn't help. Had to rename each switch in the Home app.

@vTrip could you say more about your use case?

Ah thanks. That makes sense. I was thinking about a more limited constraint. The performance of this component still leaves a little to be desired when dragging an item to...

As always, PR Is welcome.

I assume you have looked at how Tabs are done in the `react-native-router-flux` Example code and are confused, understandably. They recently switched to using a different Tab component in 3.26.0...