We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39f8df commit 2c77abdCopy full SHA for 2c77abd
package/ios/RNCSliderComponentView.mm
@@ -31,6 +31,10 @@ + (ComponentDescriptorProvider)componentDescriptorProvider
31
return concreteComponentDescriptorProvider<RNCSliderComponentDescriptor>();
32
}
33
34
++ (BOOL)shouldBeRecycled {
35
+ return NO;
36
+}
37
+
38
- (instancetype)initWithFrame:(CGRect)frame
39
{
40
if (self = [super initWithFrame:frame]) {
0 commit comments