After completing my Android application using React Native, I wanted to create an APK file to install on my friends' phones and me. To do this, I need to edit a specific gradle.properties file (according to the React Native documentation ). I tried to find this file for almost a week, and now I have finished searching all over C: for the file. I found many files with the correct name, but not one of them in the correct form or with the correct contents.
I suspect the problem is that I am using Windows, not Linux or Mac (for which the documentation is written). Is there another file for editing using windows, or am I missing something?
Using Windows 10 and React native 0.31.0
source share