We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3246673 commit d7954e8Copy full SHA for d7954e8
1 file changed
android/src/main/java/com/rivereactnative/RiveReactNativeView.kt
@@ -432,7 +432,7 @@ class RiveReactNativeView(private val context: ThemedReactContext) : FrameLayout
432
fun registerPropertyListener(path: String, propertyType: String) {
433
val key = "$propertyType:$path"
434
435
- val propertyTypeEnum = RNPropertyType.mapToRNPropertyType(propertyType);
+ val propertyTypeEnum = RNPropertyType.mapToRNPropertyType(propertyType)
436
437
val property = when (propertyTypeEnum) {
438
RNPropertyType.String -> getViewModelInstance()?.getStringProperty(path)
0 commit comments