NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
519 stars 135 forks source link

fix: handle missing child classes when querying native classes #1718

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

Fixes https://github.com/NativeScript/NativeScript/issues/9858

I can't find a good way to unit test this in a way that works on multiple android APIs. Maybe we can add a unit test for this specific scenario but that will only work on APIs lower than 29 for example.