I have this simple React Native application https://gist.github.com/0061e2aeeb2d6e2529b8
In the render method i'm printing console.warn('Rendering component')
In the yellowBox i'm seeing (2) Rendering component -> https://i.imgur.com/OkyrEzE.png
In the chrome console it's only printed once -> https://i.imgur.com/IpiT2Ph.png
Is this a bug?