nandorojo / dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.
https://dripsy.xyz
MIT License
1.98k stars 77 forks source link

example with expo router? #298

Closed ethanneff closed 11 months ago

ethanneff commented 11 months ago

The docs (https://www.dripsy.xyz/get-started/web/expo) recommend using @expo/webpack-config, but this is longer the future for expo.

Expo Webpack has been moved to maintenance mode, Expo Router is now the preferred way to build websites with Expo.

https://blog.expo.dev/introducing-expo-router-v2-3850fd5c3ca1

Is there a solution without using @expo/webpack-config?

nandorojo commented 11 months ago

presumably it should work with zero config with metro i believe

ethanneff commented 11 months ago

thanks, i'll try and update any findings