I have created an app with create-react-native-app, but I am not sure how to publish it to google play store.
Error 1
After reading this doc.
{ "expo": { "sdkVersion": "26.0.0", "name": "TongPos", "description": "your app desc", "android": { "package": "com.sohagfaruque.xxxx" } } }
Please edit your app.json like above mentioned. That worked for me.