Ismail
02/09/2024, 10:32 PMAndrew Watson
02/09/2024, 10:33 PMJeff Lockhart
02/09/2024, 10:35 PMJeff Lockhart
02/09/2024, 10:38 PMIsmail
02/09/2024, 10:48 PMIsmail
02/09/2024, 10:48 PMimplementation("io.github.ismai117:kottie:latest_version")
they also have to add that pod again which can cause issues, I want them to add the library and carry on with their project without adding pods againJeff Lockhart
02/09/2024, 10:53 PMJeff Lockhart
02/09/2024, 10:54 PMlinkOnly = true
option to the pod
declaration in consuming apps.Ismail
02/09/2024, 10:55 PMIsmail
04/07/2024, 5:09 PMAndrew Watson
04/07/2024, 5:25 PMIsmail
04/07/2024, 5:39 PMKottieAnimation(
composition = composition,
progress = { animationState.progress },
modifier = modifier.size(300.dp),
backgroundColor = MaterialTheme.colorSchema.background
)
You can add any color you want to match the container background color, so the animation is transparent for iOS.
Do you think there's an easier way?Andrew Watson
04/07/2024, 5:40 PMAndrew Watson
04/07/2024, 5:40 PM