UNPKG

@serserm/react-native-turbo-serialport

Version:

React Native - Usb Serial Port Communication For Android Platform

6 lines 356 B
import { Platform } from 'react-native'; export const LINKING_ERROR = `The package 'react-native-turbo-sensors' doesn't seem to be linked. Make sure: \n\n` + 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