UNPKG

@duocvo/react-native-select-dropdown

Version:

This package was forked from https://github.com/AdelRedaa97/react-native-select-dropdown. Allow multiple select dropdown with search and custom styles.

7 lines (6 loc) 119 B
export const isExist = value => { if (value != undefined && value != null) { return true; } return false; };