thmsrbn

Results 4 issues of thmsrbn

I'm trying to use the library with `styled-components` as mentioned in [this example](https://github.com/hectahertz/react-native-typography/blob/master/example/screens/type/IntegrationsScreen.js). The problem is that styled expect the lineHeight to contain units, but there is none. As we...

I use the Slide component like this: ```jsx setCurrentIndex(newIndex)} > ``` Everything looks to work fine at multiple places but sometimes, a slideshow freeze for like 10 secondes and unfreeze...

I'm trying to make a route which fades on open and close. ```js static route = { styles: { ...NavigationStyles.Fade, } }; ``` But the Fade effect only affects the...

### Steps to reproduce On a fresh feathersjs app, generate a new service using MongoDB then check out the typings of the `data` and `params` properties (possibly more) within context,...