Skip to content

Commit

Permalink
fix ReactWebViewPackage kotlin filename (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwj280 authored Dec 30, 2024
1 parent b5f11a0 commit 167776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fabric-native-components-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public class ReactWebViewPackage extends BaseReactPackage {
</TabItem>
<TabItem value="kotlin">

```kotlin title="Demo/android/src/main/java/com/webview/ReactWebView.kt"
```kotlin title="Demo/android/src/main/java/com/webview/ReactWebViewPackage.kt"
package com.webview

import com.facebook.react.BaseReactPackage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public class ReactWebViewPackage extends TurboReactPackage {
</TabItem>
<TabItem value="kotlin">

```kotlin title="Demo/android/src/main/java/com/webview/ReactWebView.kt"
```kotlin title="Demo/android/src/main/java/com/webview/ReactWebViewPackage.kt"
package com.webview

import com.facebook.react.TurboReactPackage
Expand Down

0 comments on commit 167776c

Please sign in to comment.