mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
974ec059e8
Summary: The `react.displayName` transform was added in 93b9329b758cde3e921b26e11ba91d9700d2a06d. That diff missed to update the `.babelrc` where the comment says it should stay in sync (I'm not sure where it's used though). I added a comment in the other direction so this can be prevented in the future. I also updated the `cacheVersion` so we actually transform the code again to add the missing displayName properties to unchanged components. Closes https://github.com/facebook/react-native/pull/2905 Reviewed By: @vjeux Differential Revision: D2473447 Pulled By: @kassens