Get and Display the Version of Our Application in React Native

Tiempo de lectura: 2 minutos Reading time: 2 minutes Photo by Luca Bravo on Unsplash Good afternoon everyone, In today’s tutorial, I will show you how to retrieve the version of our app and display it wherever we want in our React Native application. Here’s how: import React from “react”; import { View, TouchableOpacity} from “react-native”; import SurfaceText from ‘../componentes/SurfaceText’; … Read more