Rahmat Zulfikri
Rahmat Zulfikri
@vbagustinus I think this is because you put `null` component `instance` to your `AppTourView`. If you run `AppTour.ShowFor` in `componentDidMount`, try to put timeout to calling that function.
@mrousavy I've updated the types and documentation, if you have any time please review and give me feedback. thanks.
@mrousavy I change AppGroup parameters from the JS side to the Native side by putting the **AppGroup** key in info.plist
I see. But, can you give me any clue on how to implement this? In my case, once data is corrupted it will break the session that is stored and...
any update on this issue?
@Kudo I'm trying to implement this in my project based on react-native-template-v8 that you mention. it works on simulator and devices, but one I'm trying to archive then upload I...
@Glaubenio no idea, I end up not using v8 in IOS.
@CptMaumau @scgough can you check my PR / branch.. thanks.
@ruslanaplid I'm trying to fix this by comment this line https://github.com/meedan/react-native-share-menu/blob/9ede6840dd7ddc01d8a686c605a1cfbdf69512c8/ios/Modules/ShareMenuReactView.swift#L20 it has guard, so every time attachViewDelegate is called it will always use previous delegate instead of using new...
@gilsonviana-modus it works for me, try my PR.