aautio / react-modal-image

A tiny React component providing modal image Lightbox.
https://aautio.github.io/react-modal-image/
MIT License
198 stars 65 forks source link

Issue : View config not found for name path . Make sure to start component names with a capital letter. #27

Closed Anujmoglix closed 4 years ago

Anujmoglix commented 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>

aautio commented 4 years ago

@Anujmoglix I'd assume this issue is not related to react-modal-image, but your framework instead? I'm closing the issue.