App Name: N/A [e.g., Netflix]
App Link on Amazon Appstore N/A
Is your feature request related to a problem?
Dealing with ads these days usually means working with VAST XML data. It would be very helpful if a reasonable XML parser was available to Kepler developers.
Describe the solution you’d like
Just make the react-native-xml2js, maybe the react-native-xml npm packages available, as they seem to require native support.
Is this a blocker? Describe alternatives you’ve considered
Pure-JS xml parsers, which is a pain. Regex parsing, which is very fragile and not maintainable.
Platorms have XML support available, it is a matter of exporting it.
Additional context
Google IMA will presumably need to be supported for Kepler, they will presumably need an XML parser.