https://facebook.github.io/react-native/docs/getting-started.html#content
Integrating react native within an existing app required constant communication(synchronous and asynchrounus) between react and native components. This project has examples that do the same. We use Native modules to talk between android and react native modules.
Clone the repo and run nmp init to download all the node dependancies.