Since React makes no assumptions about the rest of your technology stack, it's easily embeddable within an existing non-React Native app.
Requirements
an existing, gradle-based Android app
Node.js, see Getting Started for setup instructions
Prepare your app
In your app's build.gradle file add the React Native dependency:
compile "com.facebook.react:react-native:+" // From node_modules
In your project's build.gradle file add an entry for the local React Native maven directory:
allprojects