Home > other >  Custom webpack config with next.js and next-fonts in a monorepo with @expo/vector-icons
Custom webpack config with next.js and next-fonts in a monorepo with @expo/vector-icons

Time:03-20

I am trying to use solito to use a monorepo with React Native and Next.js.

I successfully created a brand new project. My next step is to add a UI library called react-native-paper. Looks good so far on the React Native

My problem: I need to setup a custom webpack config on /next.config.js to handle .ttf files, but I have no idea how

  • Related