timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.79k stars 425 forks source link

How to use “react-app-rewired” in react native #546

Closed sayed-riaydh closed 3 years ago

sayed-riaydh commented 3 years ago

Recently I tried to use "react-app-rewired" in the react-native project but not working. is there any related node module or any workaround?

dawnmist commented 3 years ago

React-app-rewired is explicitly written for create-react-app projects, using the create-react-app build tools. It will not work at all for react-native as that uses a different build system to create-react-app.