test('`react-native-tags/void` is an array of void React Native Void string tags', t => {
    t.true(Array.isArray(voidReactNativeTags));
    t.true(voidReactNativeTags.length > 10 && voidReactNativeTags.length < 1000);

    voidReactNativeTags.forEach(tagName => {