Grégory Alary

Results 11 comments of Grégory Alary

I'm wondering the same thing.

@antoniolinhart, @admbtlr could you make it work ? Thanks in advance.

Hi @CedricGuillemet, if i recall correctly we decided to pick another library.

Hey @egarson, thanks for your feedback and sorry for late. Here you go : https://codesandbox.io/s/taquito-tzip12-typing-ve0ueo?file=/src/index.ts. Thanks in advance !

It looks like i've found an answer : ```typescript client.onMediaStatusUpdated(event => { if (event?.queueItems[0]?.mediaInfo.contentId === ) { // loaded! } } ``` Can I rely on that ?

This is happening to me as well. https://github.com/user-attachments/assets/3b59ec62-a823-4c1e-8af5-c4349c14bf82 Here is the relevant crash report : ``` Thread 24 name: Thread 24 Crashed: 0 libobjc.A.dylib 0x000000018382605c objc_retain + 8 (:-1) 1...

For information, I did a bit more debugging. Here are the related line portion in the bridge : ``` // RNMBXShapeSourceModule.mm:56 RCT_EXPORT_METHOD(getClusterLeaves:(nonnull NSNumber *)viewRef featureJSON:(NSString *)featureJSON number:(double)number offset:(double)offset resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject)...

Hello @mfazekas I have the same error on Xcode `26.1` and @rnmapbox/maps `10.2.6`. Downgrading to @rnmapbox/map `10.1.44` fixed it though.