Domen Persolja
Domen Persolja
Thank you @burtek I added a rule like this: `rules: { 'react-native/split-platform-components': [ 2, { androidPathRegex: '\\.android.(js|jsx|ts|tsx)$', iosPathRegex: '\\.ios.(js|jsx|ts|tsx)$', }, ], }` This is now working for me. Maybe we...
@burtek sorry for the very loooong delay in creating this documentation update. The PR is open now. Thank you.
Hi! I've hit a similar issue... we are using Relay containers (ex. createPaginationContainer) and I am testing only the Component which this HOC wraps. Therefore I would like to ignore...
> I had fixed this issue here: #1483. Please try it once Awesome! Thanks! I can apply a patch with your fix and try it out but hopefully it gets...