NB WM
NB WM
Supposedly this PR was merged into master but when I open the image viewer it shows only in portrait. Was this fixed or is still in development? Thanks. Edit: Actually...
I'm also getting a crash if the app is closed. ``` E/ReactNativeJS(26189): undefined is not an object (evaluating 'i.SHORT') I/ReactNativeJS(26209): 'GcmAndroid.launchNotification:', { info: '{"subject":"Hello...","message":"Hello from the server side!"}', I/ReactNativeJS(26209): collapse_key:...
I usally get logs with: `adb logcat *:S ReactNative:V ReactNativeJS:V` When I open the app: ``` I/ReactNativeJS( 8770): Running application "WMMyCityApp" with appParams: {"initialProps":{},"rootTag":1}. __DEV__ === false, development-level warning are...
Sorry for the long comment: I did `adb reverse ...` as I saw in the complete logs but it always crash if no app is opened. ``` I/InputDispatcher( 2765): Delivering...
OK, new test. I uninstalled the TestGCM app and now my app doesn't catch the `if (GcmAndroid.launchNotification) {` event if the app is closed. I keep getting the `undefined is...