UNPKG

react-native-cn-richtext-editor

Version:
5 lines 183 B
import { NativeModules } from 'react-native'; export default function apisAreAvailable() { return !!NativeModules.ExponentConstants; } //# sourceMappingURL=apisAreAvailable.js.map