facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.2k stars 24.33k forks source link

Example applications crashing on android #3289

Closed seand88 closed 9 years ago

seand88 commented 9 years ago

Tested With Device Nexus 6, running android lollipop Tested with Emulator Nexus 5, running lollipop

Followed instructions to run movie app example. Installs on device fine. When loading the js bundle for android the device crashes stating "Unfortunately, MoviesApp has stopped."

Same exact scenario for UIExplorer Example

Request to packager as follows.

[1:12:39 PM] request:/Examples/Movies/MoviesApp.android.bundle?platform=android [1:12:39 PM] find dependencies [1:12:40 PM] find dependencies (448ms) [1:12:40 PM] transform transforming [========================================] 100% 329/329 [1:12:40 PM] transform (95ms) [1:12:40 PM] request:/Examples/Movies/MoviesApp.android.bundle?platform=android (564ms) ::ffff:127.0.0.1 - - [Thu, 08 Oct 2015 18:12:41 GMT] "GET /flow/ HTTP/1.1" 404 - "-" "okhttp/2.4.0"

southerneer commented 9 years ago

Seeing the same over here. Testing on an emulated Nexus 5 with API 23 on Intel Atom x86. And here's the red screen stack trace when I try to run the Movies example app...

screen shot 2015-10-09 at 1 16 14 pm

ide commented 9 years ago

Movies app works in master when building from source. We should have this fixed in the next release.

screenshot_2015-10-09-13-44-03

flyher commented 9 years ago

@ide i'm looking forware to the new version. it cost me much time to solve the bug.