react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

convert login screen 3 class based component to hook based component #205

Closed NishargShah closed 3 years ago

NishargShah commented 3 years ago

I checked the whole code and there is no class-based component in the whole demo that is why I converted the class-based approach into the function-based approach and I tested the code and its works fine.

NishargShah commented 3 years ago

@flyingcircle I solved all conflicts, please check