I currently use expo by having it generate my apk without having me deal with any Android XML data. With that being said, apptentive expects values written to the styles.xml file that by normal standards I wouldn't be able to write to. As such, I ask that a app.plugin.js file be added which would generate the necessary changes once the plugin is linked in the app's app.config.ts file.
Here's my attempt, which for some reason doesn't end up writing anything
I currently use expo by having it generate my apk without having me deal with any Android XML data. With that being said, apptentive expects values written to the
styles.xml
file that by normal standards I wouldn't be able to write to. As such, I ask that aapp.plugin.js
file be added which would generate the necessary changes once the plugin is linked in the app'sapp.config.ts
file.Here's my attempt, which for some reason doesn't end up writing anything
Let me know if there's any way I could help with this.