Lukas

Results 19 comments of Lukas

Found Pull Request #260 witch fixes this issue: ![image](https://github.com/Expensify/react-native-share-menu/assets/70695015/efc7f43e-f270-48c7-a015-cb9bb24a36e5)

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.

Found Pull Request #260 witch fixes this issue: ![image](https://github.com/Expensify/react-native-share-menu/assets/70695015/efc7f43e-f270-48c7-a015-cb9bb24a36e5)

> 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 = ( > >...