Skip to content

Commit 7cd25ca

Browse files
committed
fix(docs): invalid typing in Swift docs
1 parent 13590a5 commit 7cd25ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/docs/docs/api-reference/react-native-brownfield

docs/docs/docs/api-reference/react-native-brownfield/swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ReactNativeBrownfield.shared
3030

3131
| Property | Type | Default | Description |
3232
| ------------------- | --------------- | --------------- | ---------------------------------------------------------------------------------------------- |
33-
| `entryFile` | `NSString` | `index` | Path to JavaScript entry file in development. |
33+
| `entryFile` | `String` | `index` | Path to JavaScript entry file in development. |
3434
| `bundlePath` | `String` | `main.jsbundle` | Path to JavaScript bundle file. |
3535
| `bundle` | `Bundle` | `Bundle.main` | Bundle instance to lookup the JavaScript bundle resource. |
3636
| `bundleURLOverride` | `(() -> URL?)?` | `nil` | Dynamic bundle URL provider called on every bundle load. When set, overrides default behavior. |

0 commit comments

Comments
 (0)