JavaScript Interview Questions:
https://github.com/sudheerj/reactjs-interview-questions
React JS interView Questions:
https://github.com/yangshun/front-end-interview-handbook/blob/master/questions/javascript-questions.md
...
Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.
August 28, 2019
August 23, 2019
Util Libraries For react-native
For form or inputText string validation in JavaScript.
https://www.npmjs.com/package/validator Example : import validator from 'validator'; validator.isEmail('foo@bar.com'); //=> true
For getting click event from one screen to another screen. https://www.npmjs.com/package/react-native-event-listeners ...