File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
8181Examples:
8282
Original file line number Diff line number Diff 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
6464Examples:
6565
You can’t perform that action at this time.
0 commit comments