Jonatan E. Salas
Jonatan E. Salas
It appears to be a trouble with the `babel.config.js`, I've removed the `react-native-paper/babel` from my `babel.config.js` and it seems to work properly when I perform a production build.
I don't know if it is safe to remove it. I think that the plugin might remove unused components and perform other optimizations behind the scenes, but as workaround for...
@yuriy-vasilyev which version of the library are you using?
@jcloutz from another private project that I have developed, I have a set of abstractions that I want to integrate to typescript-hapi-starter. But I want to do it in a...
It would be a really good thing. I didn't use yet dependency injection in TypeScript, but for testing purposes it would be a really nice to have. In this way...
@aqibgatoo This is a bug. I will try to review today if I can! Thank you for reporting it!
Yes, I understand what are you saying. Today I will inspect the codebase, to see if I can make any hot fix for this issue. The trouble of this bad...
@udaysrinath great, I will try to review it later!
Thanks to you for using it! Actually this is not possible. I was working on a version 2 of this library with some optimizations and this was a needed feature,...
Sure thing! When I made the swipe work on this library I thought that I need to make a horizontal scrolling effect. If you know how to do it, and...