Victor Laurentino
Results
2
comments of
Victor Laurentino
> The solution would be to force using the same version. Add the following before `dependencies` declaration in `app/build.gradle`. > > ``` > configurations.all { > resolutionStrategy.force 'com.squareup.okhttp3:okhttp:3.9.1' > }...
> > I have found a workaround for this issue (applied to bug report demo for horizontal carousel): > > ``` > > contentContainerCustomStyle={{ > > minWidth: windowWidth * data.length...