UNPKG

react-native-insta-story-2

Version:

custom patched version of react-native-insta-story Story component for React Native.

7 lines (5 loc) 190 B
export function isNullOrWhitespace( input ) { if (typeof input === 'undefined' || input == null) return true; return input.toString().replace(/\s/g, '').length < 1; }