t2s-rn-utils
v1.0.3
Published
One place all utils needed for any react native project
Downloads
2
Readme
What is this?
Utility methods for react native projects
Installation
npm i t2s-rn-utils --save
Then...
import {isValidElement} from 't2s-rn-utils';
isValidElement(data);
Options
It always returns boolean (True || False), if the element is valid and defined it will return true, else it will return false
- data - Elements to be checked if it is valid or not
