JackyXman
Results
2
comments of
JackyXman
I have a same crash i used in React native,but crash ` implementation group: 'net.time4j', name: 'time4j-android', version: '4.8-2021a' public class DatePickerModule extends LegoRNJavaModule { public DatePickerModule(ReactApplicationContext context) { super(context);...
> This must be a proguard issue with your configuration. Maybe you might solve it with adding following line to your proguard file: > > `-keep class net.time4j.base.ResourceLoader` > >...