You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@
63
63
"newArchitecture": false,
64
64
"configPlugin": false,
65
65
"unmaintained": false,
66
-
"dev": false,
67
-
"template": false
66
+
"dev": false
68
67
}
69
68
```
70
69
@@ -143,8 +142,6 @@
143
142
**(boolean)** - signify that a library is no longer maintained. You can provide alternative or replacement libraries with the `alternatives` field, if needed.
144
143
-#### `dev`
145
144
**(boolean)** - signify that a library is a development tool or is only a part of development process.
146
-
-#### `template`
147
-
**(boolean)** - signify that a library is a new project template.
148
145
-#### `configPlugin`
149
146
**(boolean \| string \[URL to third-party config plugin\])** - Indicates if the library includes an [Expo config plugin](https://docs.expo.dev/config-plugins/introduction/). If the plugin is provided by a third party, supply the URL as a string. This field is optional and will be detected automatically if omitted.
0 commit comments