Closed arijit4 closed 1 year ago
Hi @arijit4, there is a part in the readme regarding Jetpack Compose 😉
https://github.com/SuddenH4X/awesome-app-rating#jetpack-compose
Oh, sorry, I missed that. But can I use this library without migrating to FragmentActivity
from ComponentActivity
?
As descriped in the readme you have to switch to AppCompatActivity
or FragmentActivity
to use the library dialog. Or you can use the official Google in-app review (also with this library) by calling .useGoogleInAppReview()
.
No documentation in the
ReadMe
file to implement this awesome library in Jetpack Compose.