Customizing android sdk in react native?

Hello everyone I have integrated the android sdk into my react native project. However, I am having difficulty customizing it. The docs say we should use customize.xml but I don’t have that file in my project. Any idea how I can go about this?

Particle docs: https://docs.particle.io/reference/SDKs/android/#customization

I referenced the github issue when integrating it into my react native app https://github.com/particle-iot/spark-setup-android/issues/61

I was able to find a way to customize the android sdk. Just add the string names to res -> values -> string.xml

here is an article about the xml files https://www.geeksforgeeks.org/android-res-values-folder/

1 Like