Android version of React-Native won't run due to 'Attempted to redefine property 'fontWeight'
问题 The iOS version of my app works fine. However, when I attempt to run the android version in debug mode, I immediately get this error: If I dismiss the error, I am able to continue. However, when I build the apk with assembleRelease, the apk is built, but it immediately crashes on load. I've double checked to make sure that fontWeight isn't being set twice in any of the components. I've also cleared the cache. Is there a way to check where exactly this error is occurring? I've also seen this