How are you testing your React Native application?
I am interested in hearing how you are testing your React Native application. What type of testing are you using? (e.g. Unit, Integration, Functional UI, Regression, etc...) What frameworks are you using?
Currently i'm testing just like I do other react apps; Jest (Snapshot Tests + Unit tests), Also using Storybook (with Percy.io plugin for visual snapshots) to create a component library.
Jose Browne
Let's use tech to make the world a better place.
Currently i'm testing just like I do other react apps; Jest (Snapshot Tests + Unit tests), Also using Storybook (with Percy.io plugin for visual snapshots) to create a component library.