Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jan 10, 2025
1 parent d90b1ad commit de4e684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ class RiveReactNativeView(private val context: ThemedReactContext) : FrameLayout
return;
}

// Handle release mode (URL instead of asset id)
// Handle release mode (asset id)
// Resource needs to be loaded in release mode
// https://github.com/facebook/react-native/issues/24963#issuecomment-532168307
val resourceId = getResourceId(source)
Expand Down

0 comments on commit de4e684

Please sign in to comment.