Imran Noor
Imran Noor

Reputation: 531

How to generate APK file by Expo's Bare workflow but using previous expo's Managed workflow JKS file

I have Project which is previously running great on Expo. But due to native Utube experience i have to eject. Now i am in bare workflow and my problem is how to generate APK using the same jks file, keyAlias etc.

Upvotes: 1

Views: 921

Answers (2)

Imran Noor
Imran Noor

Reputation: 531

OK. Got it. I just need to change extension jks to keystore.

Upvotes: 0

Oleg Levin
Oleg Levin

Reputation: 3621

You have to export keystore from existing expo apk/project:

expo fetch:android:keystore

Upvotes: 1

Related Questions