Skip to content

Commit ec3f093

Browse files
committed
Readme cleanup
1 parent 8c47ab8 commit ec3f093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The widgets still need to be written in Swift (I think there's no way around tha
88
npx expo install react-native-widget-extension
99
```
1010

11-
And add the following config to app.json (where widgetsFolder is the path to the folder with the Swift files):
11+
And add the following config to app.json (where `widgetsFolder` is the path to the folder with the Swift files):
1212

1313
```json
1414
"expo": {
@@ -37,9 +37,9 @@ startActivity(3, "4343", "$32.23", driverName, 47, 43);
3737

3838
## Plugin configuration options
3939

40-
- frequentUpdates (boolean, default: false): Depending on this param, NSSupportsLiveActivitiesFrequentUpdates will be set
41-
- widgetsFolder (string, default: "widgets"): Path from the project root to the folder containing the Swift widget files
42-
- deploymentTarget (string, default: "16.2"): The minimum deployment target for the app
40+
- `frequentUpdates` (boolean, default: false): Depending on this param, NSSupportsLiveActivitiesFrequentUpdates will be set
41+
- `widgetsFolder` (string, default: "widgets"): Path from the project root to the folder containing the Swift widget files
42+
- `deploymentTarget` (string, default: "16.2"): The minimum deployment target for the app
4343
<!--
4444
- moduleFileName (string, default: "Module.swift"): File within the widget folder that defines the native module
4545
- attributesFileName (string): File within the widget folder that defined the widget attributes

0 commit comments

Comments
 (0)