'RENDER ERROR: Element type is invalid: expected a string (for built-in components) or a class/function but got: object

I am learning React Native and I faced this error:

Element type is invalid: expected a string (for built-in components) or a class/function but got: object.

How can i fix it can you help me?

I'm using this code in Home.js to get the CryptoDetail.js page:

onPress={()=> navigation.navigate("CryptoDetail",{currency:item})} 

I think there is no missing in import and export operations because i did it properly



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source