mariodev12 / react-native-netflix

React Native App from my video Course on Youtube
https://www.youtube.com/channel/UCisGMoxaVxJMcbio2FBHORg
831 stars 264 forks source link

Android build Error #4

Closed KS-Balaji closed 6 years ago

KS-Balaji commented 6 years ago

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

masad83 commented 6 years ago

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

masad83 commented 6 years ago

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);