RNContainerView is a React Native Android Component to load JS Bundle into an existing Android App.Using this component, We can create an Android and React Native Blended App.
- Clone this repo.
- Run
yarn install
. - Ensure a device, or emulated Android image is connected (
adb devices
). - Run
react-native run-android
.