ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.26k stars 287 forks source link

Patch-package in react-native release (gradlew assembleRelease) #451

Closed nmateo closed 1 year ago

nmateo commented 1 year ago

Hey i use patch package to patch some react-native package but can't seem to find how to apply them in release build

(./android/gradlew assembleRelease)

However my patch works perfectly in dev with expo go or npx react-native run-android, Thanks in advance

nmateo commented 1 year ago

No one as encountered this issue ? :'( this i blocking me from using patch-package :'(

hatem-72 commented 1 year ago

What kind of file are you trying to patch ? I use patch-package extensively in my react-native apps and it is working great.

I don't use expo though.