is there a way in React Native that I can define on a global variable all the strings that I will be using like in Android Development there is a String.xml where you can put al
I too made a module like in Chris Geirman's answer, but was not able to reference it with the require. Instead I got it to work with import * as GLOBAL from '../Globals';