Chandler Cheng

Results 14 comments of Chandler Cheng

@googlebot I signed it!

Same problem with carmas123

CurrentWeatherResponse.kt ``` package com.cheng.weatherdemo.models import com.google.gson.annotations.SerializedName import org.parceler.Parcel @Parcel class CurrentWeatherResponse { val id: Long = 0 val weather: List? = null val main: MainData? = null @SerializedName("name") val cityName:...

Note: If I change CurrentWeatherResponse.kt to CurrentWeatherResponse.java, everything works fine.

Use mine: https://github.com/MilkBiscuit/WeatherDemo You can see the problem on **development** branch when you rotate in MainActivity, it will crash in CurrentWeatherFragment.onSaveInstanceState(). **master** branch works fine because ForecastResponse and CurrentWeatherResponse class...

> From google search I found this: [flutter/flutter#20214 (comment)](https://github.com/flutter/flutter/issues/20214#issuecomment-503987969) > > But since I don't have iOS dev environments I cannot verify it, can someone test it out and send...

> > From google search I found this: [flutter/flutter#20214 (comment)](https://github.com/flutter/flutter/issues/20214#issuecomment-503987969) > > But since I don't have iOS dev environments I cannot verify it, can someone test it out and...

summary of how I solved: 1. run npm uninstall react-native-scrollable-tab-view 2. run npm install [email protected] 3. run npm uninstall react-native-vector-icons 4. delete ( not necessary, it will be deleted automatically)...

Already tried npm install, did not fix the issue