Home
last modified time | relevance | path

Searched defs:nativeTag (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-modules-core/build/
H A DNativeViewManagerAdapter.native.js48 nativeTag = null; field in requireNativeViewManager.NativeComponent
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DFrontendConverter.cpp477 auto nativeTag = value.getObject(rt).getProperty(rt, "nativeTag"); in convert() local