React native building release isn't reflecting changes that debug does (android)
问题 I made some styling changes to my react native app. Everything looks good in debug so I tried to run the release variant using 'react-native run-android --variant=release' and none of that changes in debug show up. I made sure I wasn't crazy and removed the background image. The release variant didn't change at all. I then tried generating the signed apk and installing it manually. Same thing. I can't seem to find anything on google. Has anyone had this problem before or have suggestions on