Skip to content

Commit aa9fe20

Browse files
committed
fix(docs): valid option name - bundleAssetPath
1 parent 631b4fc commit aa9fe20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/JAVA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Available options:
7676
- `useDeveloperSupport`: `Boolean` - Flag to use dev support.
7777
- `packages`: `List<ReactPackage>` - List of your React Native Native modules.
7878
- `mainModuleName`: `String` - Path to react native entry file (when loading from Metro).
79-
- `jsBundleAssetPath`: `String` - Path to react native bundle asset file (when loading from app assets), appended to `asset://`.
79+
- `bundleAssetPath`: `String` - Path to react native bundle asset file (when loading from app assets), appended to `asset://`.
8080

8181
Examples:
8282

docs/KOTLIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Available options:
5959
- `useDeveloperSupport`: `Boolean` - Flag to use dev support.
6060
- `packages`: `List<ReactPackage>` - List of your React Native Native modules.
6161
- `mainModuleName`: `String` - Path to react native entry file (when loading from Metro).
62-
- `jsBundleAssetPath`: `String` - Path to react native bundle asset file (when loading from app assets), appended to `asset://`.
62+
- `bundleAssetPath`: `String` - Path to react native bundle asset file (when loading from app assets), appended to `asset://`.
6363

6464
Examples:
6565

0 commit comments

Comments
 (0)