This old chestnut! When using the logical && operator for ensure your condition always evaluates to a boolean, because some falsy values can have unintended side-effects!
Personally - I always use the inline if for React Native rather than risk app crashes 💥