InterView Questions in JS, React-Native, React JS August 28, 2019 Posted by Piash javascript 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 Read More
Util Libraries For react-native August 23, 2019 Posted by Piash library, library-react-native 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 Read More