Lukas
Lukas
I have the same error
Found Pull Request #260 witch fixes this issue: 
I still have the same issue. I use "react-native": "^0.74.2", "expo-file-system": "^17.0.1", "expo": "^51.0.14", in bare workflow.
Same here, is there a fix?
Found Pull Request #260 witch fixes this issue: 
> this pr #2904 can fix Have tried your fix but nothing changed. Still the same issue with newest react-native,expo and iap.
any fix for this? @Med-Li-Jr how to solve this? I see in .37 it looks like this: > let mapView = null; > if (this.state.isReady) { > if (props._nativeImpl) {...
> // New Lines start here > if (mapView == null) { > mapView = ( > > {this.props.children} > > ) > } > // New Lines end here...
> > [@LukasB-DEV](https://github.com/LukasB-DEV) , just add this before the **return** keyword > > > > ``` > > if (mapView == null) { > > mapView = ( > >...
Any Update on this?