I want to load a file into react native to grab a value for a variable. I have found other's loading html files into views, but I have not been able to find good articles on how to load an html file with a variable so I can load it into my program.
Just for a little context, I want to store my API key for my firebase in a separate file so I can add it to my gitignore.