I have an keystore file named 'my_keystore.jks'. This keystore file I'm using in my existing playstore app. I made the previous version of the app using capacitor. As I switched to React Native the keystore file is in extenstion type of .keystore (when we adding that to gradle.properties file),
My question is: How to use file old keystore file in extension with '.jks' in my newly created React Native project which asking for '.keystore' file.