check if array has value in react native code example Example: react check if array contains value console.log(['joe', 'jane', 'mary'].includes('jane')); //true