Get and Display the Version of Our Application in React Native

Tiempo de lectura: 2 minutosReading 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
![Fixing error ‘Could not find method compile() for arguments [com.facebook.react:react-native:X]’ when creating APK in React Native](https://devcodelight.com/wp-content/uploads/2022/10/imagen-6-1024x236.png)







