Publish page load old app version

Hi, guys!

I have project https://expo.io/@kazik/postcards-mobile and standalone on Play Market (sdk 22) - want both have new version (in new version - every time blue welcome slider), but publish version have old version and republish don`t help. Expo (android) update from market.

When launch after install from market load last version. But second time load old version from publish, publish new version not get effect.

I try sdk 23 and don`t remember publish this or not.

exp -V 46.0.5

  1. What can I do with that problem?

  2. “sdkVersion”: “22.0.0”,
    “react”: “16.0.0-beta.5”,
    “react-native”: “https://github.com/expo/react-native/archive/sdk-22.0.2.tar.gz
    this normal settings?

  3. I change name in expo block app.json and rebuild standalone and republish, on expo page I see new name, but load old version.

Try yarn/npm cache clean, delete node_modules and react-native-cache.

Maybe there is a command for cleaning publish repo?

Thanks for help

Maybe help anybody in future:

  1. Fetch key by exp fetch
  2. Change in app.json expo->slug
  3. Republish and build standalone with your fetched key
  4. Works fine