WillyRamirez
WillyRamirez
If the above (re)solution doesn't help you, you may get this error because you defined react globally somewhere. For me it was this line somewhere in my code: `const React...
I am able to mock API calls like this: `[matchers.call.fn(api.getReservation), responses.successful(getReservationResponses.RESPONSES.DEFAULT)]`
hi @jfairbank, really digging this inspect() feature you added. However when I use it it throws an error saying my action creator is not a function. (My action creators live...
It seems Layout has not been mocked. Solved it by copying the contents of the file `react-native-reanimated/mock` and adding the following code to the object called `Reanimated` ``` Layout: {...
@webprofusion-chrisc thanks Chris, appreciate your help. The preview box shows the correct color. I also made sure my png is not transparent. Maybe I should explain myself better. My logo...
@webprofusion-chrisc im referring to the black outline that is placed around my letters, it's not there in the source file. How would you like me to provide you with the...
Would be nice if this can be merged!
@hackerhgl Thnx, worked. PR tho?
@hackerhgl yeah i saw, OP is no longer supporting this package. Luckily it's just one file, i took it out and added it to my own components folder. Alternatively we...
@jshanson7 can this be merged please?