zzyyppqq/react-native-segmented-android

Doesn't work on RN 25

Opened this issue · 1 comments

RT

In build.gradle file of react-native-segmented-android replace this line 'com.facebook.react:react-native:0.19.+' to this 'com.facebook.react:react-native:+' and sync. Also pass only 'viewId' parameter in super method in 'AndroidSegmentedEvent' class constructor. This resolved my problem and it is working with latest RN 0.42 version.