cbbfcd / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
63 stars 27 forks source link

React Native Web Support #7

Closed RobertSasak closed 2 years ago

RobertSasak commented 2 years ago

This issue is intended for anybody else who is looking for Web support. Current version do not support it. For some strange reason in version 0.8.8 there are missing "const" when declaring getContent. Adding those make the library works on web.

However this is already fixed in latest version 0.8.9-beta.0.

yarn add react-native-lightbox-v2@0.8.9-beta.0

This issue can be closed once a new stable version is released.

cbbfcd commented 2 years ago

yes, we will change to a stable version very soon~

cbbfcd commented 2 years ago

v0.9.0 🚀