eftalyurtseven / react-native-wheel-of-fortune

React Native Wheel of Fortune Plugin
103 stars 89 forks source link

"export 'default' (imported as 'WheelOfFortune') was not found in 'react-native-wheel-of-fortune' #37

Closed grace-nm closed 2 years ago

grace-nm commented 2 years ago

Unsure of how to fix this. Google has not helped.

The index file of WheelOfFortune definitely explicitly states its export default.

thecogmel commented 2 years ago

me too

grace-nm commented 2 years ago

@thecogmel I found the solution is to not run it using npm yarn web or expo -w or whatever - because the error is something to do with the web version not working. best to run on xcode ios or android simulator -> then there is no run time error and it works.