Closed Anujmoglix closed 4 years ago
Hi I am getting issue Issue : View config not found for name path . Make sure to start component names with a capital letter.. My code is as following
<View style={styles.imgWrap}> <Lightbox medium={CONSTANTS.IMAGE_URL + item.data+ "_150" } large={CONSTANTS.IMAGE_URL + item.data} alt="Hello World!" /> </View>
@Anujmoglix I'd assume this issue is not related to react-modal-image, but your framework instead? I'm closing the issue.
react-modal-image
Hi I am getting issue Issue : View config not found for name path . Make sure to start component names with a capital letter.. My code is as following
<View style={styles.imgWrap}> <Lightbox medium={CONSTANTS.IMAGE_URL + item.data+ "_150" } large={CONSTANTS.IMAGE_URL + item.data} alt="Hello World!" /> </View>