Reputation: 531
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
Reputation: 3621
You have to export keystore from existing expo apk/project:
expo fetch:android:keystore
Upvotes: 1