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
iOS Bundling failed 9980ms node_modules/expo/AppEntry.js (1903 modules)
The package at "node_modules/onesignal-expo-plugin/build/onesignal/withOneSignalAndroid.js" attempted to import the Node standard library module "path".
It failed because the native React runtime does not include the Node standard library.
I followed step by step the doc https://documentation.onesignal.com/docs/react-native-expo-sdk-setup
I tried with npm and yarn but same result.
What did you expect to happen?
I expected the app running without issue
OneSignal Expo SDK version
2.0.2
Platform
No response
Relevant log output
iOS Bundling failed 9980ms node_modules/expo/AppEntry.js (1903 modules)
The package at "node_modules/onesignal-expo-plugin/build/onesignal/withOneSignalAndroid.js" attempted to import the Node standard library module "path".
It failed because the native React runtime does not include the Node standard library.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I installed onesignal-expo-plugin by following the doc for Expo : https://documentation.onesignal.com/docs/react-native-expo-sdk-setup but at the end when I try to run
npx expo run:ios
ornpx expo run:android
, it ends with following error :Here is my package.json :
Can you please help on this ?
Steps to reproduce?
I followed step by step the doc https://documentation.onesignal.com/docs/react-native-expo-sdk-setup I tried with npm and yarn but same result.
What did you expect to happen?
I expected the app running without issue
OneSignal Expo SDK version
2.0.2
Platform
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: