xiangning

Results 10 comments of xiangning

having the same issue. @sergei-mikhailovskii-idf Do you mean to confirm that the problem is not with the Compose framework or skia library? It's because of some other dependency of your...

@Kashif-E Thanks for the reply, I also saw the Rect-Native related issue you associated with it, and over there the issue was resolved, but there seems to be no official...

> @sergei-mikhailovskii-idf Can you please check validation in Xcode when building archive? > > To do so you need folow these steps: > > * Go to Product -> Archive...

> The issue was with Facebook SDK and another analytic sdk that we were using @xiangning17 @sergei-mikhailovskii-idf @Kashif-E Are you saying that you have a Facebook SDK dependency on cocapods...

Hi @dima-avdeev-jb Is there any progress on this issue?

But I depend on other libraries that are static and are required for Firebase integration😂

@liyuhaolol 用这个自定义的GlidePainter可以处理: ` Image(painter = painterGlide(model), contentDescription = null, modifier = modifier, contentScale = contentScale) ` ```kotlin import android.content.Context import android.graphics.drawable.Drawable import android.graphics.drawable.PictureDrawable import androidx.compose.runtime.Composable import androidx.compose.runtime.Stable import androidx.compose.runtime.getValue import...