Closed zaptrem closed 1 year ago
Hi there!
This error is occurring because the react-native-ui-lib library is designed for React Native, but you're trying to run it in a web environment. ActionSheetIOS, BlurViewPackage, and other dependencies that are used in the library are specific to React Native and aren't available in web environments.
To resolve these issues, you'll need to make changes to the react-native-ui-lib library or find alternative solutions that are built specifically for web environments.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Exactly the same issue as seen here, just on the latest version: https://github.com/wix/react-native-ui-lib/issues/1257
Related to
Steps to reproduce
Install react-native-ui-lib on an Expo project (e.g., https://github.com/expo/examples/tree/master/blank) Run on web. See warnings.
Expected behavior
No warnings
Actual behavior
Warnings
More Info
Code snippet
Screenshots/Video
Environment
├── @babel/core@7.20.12 ├── @babel/plugin-proposal-export-namespace-from@7.18.9 ├── @expo/webpack-config@0.17.4 ├── expo-av@13.0.2 ├── expo-status-bar@1.4.2 ├── expo@47.0.13 ├── react-dom@18.1.0 ├── react-native-gesture-handler@2.8.0 ├── react-native-reanimated-carousel@3.3.0 ├── react-native-reanimated@2.12.0 ├── react-native-ui-lib@6.29.1 ├── react-native-web@0.18.12 ├── react-native@0.70.5 └── react@18.1.0
Affected platforms