UNPKG

@serserm/react-native-turbo-serialport

Version:

React Native - Usb Serial Port Communication For Android Platform

12 lines (11 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LINKING_ERROR = void 0; var _reactNative = require("react-native"); const LINKING_ERROR = exports.LINKING_ERROR = `The package 'react-native-turbo-sensors' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({ ios: "- Not supported for iOS'\n", default: '' }) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n'; //# sourceMappingURL=errors.js.map