roninoss / rn-primitives

Style-agnostic, accessible React Native components for iOS, Android, and Web
https://rnprimitives.com
MIT License
424 stars 12 forks source link

Next.js error "SyntaxError: The requested module 'react-native' does not provide an export named 'StyleSheet'" #15

Closed megacherry closed 4 months ago

megacherry commented 4 months ago

I wanted to use this package https://github.com/mrzachnugent/react-native-reusables with Next.js. But following error appears: "SyntaxError: The requested module 'react-native' does not provide an export named 'StyleSheet'".

megacherry commented 4 months ago

My fault, had to transpile @rn-primitives/slot in Next.js. :)