Created an app with create-react-native-app, how to publish it to the Google Play Store?

后端 未结 2 1937
闹比i
闹比i 2021-02-01 07:24

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.

2条回答
  •  孤独总比滥情好
    2021-02-01 08:09

    {
      "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.

提交回复
热议问题