@react-native-vector-icons/common
Version:
Customizable Icons for React Native with support for image source and full styling.
9 lines (8 loc) • 370 B
JavaScript
;
import NativeIconAPI from './NativeVectorIcons';
export default function ensureNativeModuleAvailable() {
if (!NativeIconAPI) {
throw new Error('The native RNVectorIcons API is not available, did you properly integrate the module? Please verify your autolinking setup and recompile.');
}
}
//# sourceMappingURL=ensure-native-module-available.js.map