Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.

August 28, 2019

InterView Questions in JS, React-Native, React JS

August 28, 2019 Posted by Piash No comments
       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 ...

August 23, 2019

Util Libraries For react-native

August 23, 2019 Posted by Piash , No comments
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 ...