Is there a way to check if a user has updated version of the app or it is the first version installed? When opening the first screen I would like to know if the user had some previous versions of the app so I can show some message about what is new in the updated version of the app, but only for the old users and not for the new ones. Thanks.
Edit:
I'm working on react-native app, but would like to know if there is a way whether in react-native or android and iOS.