Is there a way to set an app version and build number for a react-native-web app?
I am currently using react-native-web
for an app (for IOS, Android and Web).
I am also using react-native-device-info
.
Currently for web when I use:
DeviceInfo.getReadableVersion()
or DeviceInfo.getVersion()
or DeviceInfo.getBuildNumber()
I get only 0.0 and 0.
Getting the version and build number works perfect for android and iOS but I have no idea how to set it and get it for web.