Commit a7b4e89
Fix NoHungarianNotation: Rename mHybridData to hybridData in BindingsInstallerHolder
Summary:
Fixed NoHungarianNotation lint warning in BindingsInstallerHolder.kt.
Renamed private field `mHybridData` to `hybridData` to follow Kotlin naming conventions. Hungarian notation (m prefix) should be avoided in Kotlin as it does not play well with Java interoperability.
changelog: [internal] internal
Differential Revision: D967848871 parent f315a58 commit a7b4e89
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/interfaces
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments