You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
../node_modules/react-native-lazyload/lib/LazyloadChild.js: Exporting local "_default", which is not declared. (This is an error on an internal node. Probably an internal error.)
I fixed changing in LazyloadChild.js
export default class {
to export default class LazyloadChild {