Trying to customize the export button and close button on the imgly photoeditor. Using version 5.17.2 currently of the photoeditorsdk. I need to be able to change the text of the export button to say 'Upload' and would like to have the close button always enabled. I haven't been able to accomplish either goal.
According to this link: https://support.img.ly/hc/en-us/articles/7772957651729-Can-I-customize-the-export-button- I can only customize buttons in Android or iOS app environment. However in their docs (https://img.ly/docs/pesdk/web/customization/icons/) about changing icons they mention changing label or disabled property of buttons. I tried using their code but I get a ton of errors and their code appears to be react-native (best guess at least) so I don't know how this is going to work. Then I tried going into the node modules to find the definition for their buttons so I could build from there but when I try to access the properties it says it doesn't exist on CustomButton type. Kind of at a loss on how this is actually supposed to work. Any help would be appreciated.