mariodev12 / react-native-netflix

React Native App from my video Course on Youtube

Home Page:https://www.youtube.com/channel/UCisGMoxaVxJMcbio2FBHORg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android build Error

KS-Balaji opened this issue · comments

Hi,
I am trying to take android build in windows system. I got the following error .how to fix it.
screenshot_2017-09-01-12-15-31-724 1

I have same issue, any update about this please..

issue fixed.
just make index.android.js same as index.ios.js
so the code inside index.android.js will be like this

import { AppRegistry } from 'react-native';
import IndexApp from './src/'
AppRegistry.registerComponent('NetflixApp', () => IndexApp);