mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8174a0dc08
Summary: None of the preceding code examples have semi-colons after the class definition (because they're not necessary): - https://facebook.github.io/react-native/docs/tutorial.html - https://facebook.github.io/react-native/docs/props.html - https://facebook.github.io/react-native/docs/state.html - https://facebook.github.io/react-native/docs/style.html For consistency, I removed them 👍 Closes https://github.com/facebook/react-native/pull/12616 Differential Revision: D4651704 fbshipit-source-id: e59fa37c82d61728bc8ee28c7109717bd10635c2