Replies: 1 comment
-
Did you find a solution? The last comment says add it to const { withExpo } = require('@expo/next-adapter')
/** @type {import('next').NextConfig} */
const nextConfig = {
...
reactStrictMode: false,
transpilePackages: [
'react-native',
'react-native-web',
'solito',
'dripsy',
'@dripsy/core',
'moti',
'app',
'react-native-reanimated',
'@expo/html-elements',
'@expo/vector-icons',
'react-native-gesture-handler',
],
}
module.exports = withExpo(nextConfig) I did it, but in any case it doesn't work. I'm getting this issue:
I didn't tested it yet. But solito has a Icon section in the documentation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to get icons to work in with-tailwind monorepo. Added next-fonts which injects a webpack loader but still no luck. Working fine in older monorepo.
My next config
Error
Beta Was this translation helpful? Give feedback.
All reactions