Running in to interesting issue right now. Using ...
# compose-ios
j
Running in to interesting issue right now. Using MapBox in SwiftUI view included within Compose view. Clicking on pin on map opens another Compose view (this is based on use of Circuit). When I click back then the map is not shown (rest of Compose screen that's it's contained in is). Still investigating but just in case anyone has come across something like this?
Using
UIKitViewController
btw for rendering the MapBox UI within the Compose view
also using CMP
1.7.0-beta02
r
Try beta01, I had some differences between 01 and 02 in my project where I couldn't yet figure out the cause of it.
j
unfortunately that didn't help
fwiw I did check that
UIKitViewController
is being invoked again (along with
factory
and
update
) when I go back to the screen
I tried with latest dev version as well
ok, apologies for confusion....issue was in my code....related to way state updates were handled in iOS case
🫡 2