I want to move JS logic to KMM but I want to reuse Native Library like react-native-async-storage. How can I do that?
If it is a NPM module, then you should be able to use NPM libraries in Kotlin/JS.
https://kotlinlang.org/docs/using-packages-from-npm.html
Note that you would need to write external declarations. You can write it manually or use Dukat tool