Why does React Native CLI pulls in an unstable Alpha React version?

Hello,
I’m just trying my first React Native app, and i see the React version is 16 Alpha. When i switch back to React 15.5.0 from the package.json file, i see some errors probably because of some dependencies.

How can i tell the CLI to use a stable React version and not an Alpha or Beta version?

Thanks