diff --git a/examples/react-native/Intro.js b/examples/react-native/Intro.js index d532570341c6..378bcdcbd241 100644 --- a/examples/react-native/Intro.js +++ b/examples/react-native/Intro.js @@ -28,6 +28,7 @@ const styles = StyleSheet.create({ export default class Intro extends Component<{}> { render() { + console.log('render'); return ( Welcome to React Native!