Emberist

Results 10 comments of Emberist

Can you post some code? @javaddeveloper

Hey @andresesfm, when do you think version 11.0.0 will be released?

I have the same problem, any solutions? @ospfranco Just to be sure, When the **clearTransactionIOS** function should be called? @codal-mpawar have you resolved this in some way?

Same issue here, but not with expo

@robertherber I fixed the issue specifying a Kotlin version Following this https://github.com/react-native-webview/react-native-webview/issues/2578#issuecomment-1177372363 EDIT The project build successfully, but the issues is not solved

@aurambaj thank for the answer! I can't understand when the merge is done, can be when the string is pushed to the master branch?

@aurambaj This is ok, but then I read this paragraph > As a side effect, the strings won’t show up anymore in the branch they are originating from in the...

+1 here, I have this error too, but I have SOL in the payer wallet So it's the second case, did anyone found another way to handle this?

A module augmentation could be really useful also in the thread type ```ts type StorageThreadType = { id: string; title?: string; resourceId: string; createdAt: Date; updatedAt: Date; metadata?: Record; };...