You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a React Native Expo app that uses this package. It works perfectly on Android devices. However, when I attempt to run the same code on the iOS platform, I encounter the following error:
Error: The package 'react-native-usb-serialport-for-android' doesn't seem to be linked. Make sure:
- You have run 'pod install'
- You rebuilt the app after installing the package
- You are not using Expo managed workflow
I tried below solutions but they are not working as expected.
I have a React Native Expo app that uses this package. It works perfectly on Android devices. However, when I attempt to run the same code on the iOS platform, I encounter the following error:
I tried below solutions but they are not working as expected.
In package.json
In react-native.config.js
Suggest me a workaround to exclude this lib from ios platform while using in android!
The text was updated successfully, but these errors were encountered: