react-ui-kit / expo-ui-kit

expo-ui-kit - a components based React-Native UI Kit
http://expo-ui-kit.com
MIT License
94 stars 25 forks source link

Hooks/input #38

Closed talesdsp closed 4 years ago

hetmann commented 4 years ago

on issue #30 you mention using the useState hook. But I have no idea how to test that. On the other hand, the useReducer hook fits in so well, as the reducer is easily unit testable since it is exported as a pure function

As they are similar we can use the useReducer instead of useState :)