lukBakTsh

Results 2 issues of lukBakTsh

### Description After updating react-native to `0.61.4`, the following error appears: `Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but...

**lightbox-react**: ^0.3.7 **Code:** ``` import React, { Component } from 'react'; import Lightbox from 'lightbox-react'; import 'lightbox-react/style.css'; const Video = () => ( ); const images = [ Video, '//placekitten.com/1500/500',...