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
"examples": ["<THE URL TO REPO>", "<THE URL TO A SNACK>"],
51
49
"images": ["<PUBLIC URL TO RELATED IMAGE>"],
52
50
"ios": false,
53
51
"android": false,
@@ -71,16 +69,16 @@
71
69
> then the name, description, homepage, and topics (keywords) will be extracted from `package.json` in the package subdirectory.
72
70
> However, GitHub stats will be based on the monorepo, because there isn't really another option.
73
71
74
-
75
72
### Library fields description
76
73
77
74
#### ⚙️ General
78
75
79
76
-#### ❗ `githubUrl`**(required)**
80
77
81
78
**(string)** - URL to the package GitHub repository (currently other Git hosts are not supported).
82
-
> [!WARNING]
83
-
> Package also needs to be published to the NPM registry, because it is a source of crucial data for the directory.
79
+
80
+
> [!WARNING]
81
+
> Package also needs to be published to the NPM registry, because it is a source of crucial data for the directory.
84
82
85
83
-#### `npmPkg`
86
84
@@ -120,15 +118,15 @@
120
118
**(boolean)** - can be used with [`react-native-tvos`](https://github.com/react-native-tvos/react-native-tvos).
121
119
-#### `visionos`
122
120
**(boolean)** - can be used with [`react-native-visionos`](https://github.com/callstack/react-native-visionos).
123
-
-#### `vegaos`
124
-
**(boolean)** - can be used with [`Vega OS`](https://developer.amazon.com/docs/react-native-vega/0.72/react_overview.html) platform.
125
121
126
122
#### ✅ Compatibility
127
123
128
124
-#### `expoGo`
129
125
**(boolean)** - works with [Expo Go](https://docs.expo.dev/get-started/expo-go/) — an open-source sandbox app, without using [dev clients](https://docs.expo.dev/develop/development-builds/introduction/) or [prebuild](https://docs.expo.dev/workflow/continuous-native-generation/).
130
126
-#### `fireos`
131
127
**(boolean)** - works on Amazon Fire OS.
128
+
-#### `vegaos`
129
+
**(boolean)** - works with [Vega OS](https://developer.amazon.com/docs/react-native-vega/0.72/react_overview.html).
132
130
133
131
> [!TIP]
134
132
> **Any** library can be used with Expo, if you use dev clients or prebuild.
@@ -150,6 +148,7 @@
150
148
### 📝 Additional context for tags
151
149
152
150
-#### `newArchitectureNote`
151
+
153
152
**(string)** - provide a note for the New Architecture support status, if a boolean `"true"` or `"false"` is not sufficient to describe the state of New Architecture support.
154
153
155
154
-#### `alternatives`
@@ -173,7 +172,7 @@ You should be able to visit `localhost:3000` in your browser.
173
172
174
173
- Visit https://github.com/settings/developers to get your keys (don't worry about the callback URL, put whatever you want).
175
174
- Load the `GITHUB_TOKEN` environment variable into your shell.
176
-
- Set `ONLY_WRITE_LOCAL_DATA_FILE` to `true` in *scripts/build-and-score-data.ts* to skip fetching and updating store blob from Vercel and instead use and update the local `assets/data.json` file.
175
+
- Set `ONLY_WRITE_LOCAL_DATA_FILE` to `true` in _scripts/build-and-score-data.ts_ to skip fetching and updating store blob from Vercel and instead use and update the local `assets/data.json` file.
177
176
178
177
This command creates site data in `./assets/data.json`
- Returns a list of all libraries in `JSON` format that have the keyword `webgl`, work with Expo Go app, Android and are popular based on the scoring criterion.
225
-
226
-
All the possible query parameters represents [`Query` type](https://github.com/react-native-community/directory/blob/main/types/index.ts#L14-L36).
- Returns a list of all libraries in `JSON` format that have the keyword `webgl`, work with Expo Go app, Android and are popular based on the scoring criterion.
224
+
225
+
All the possible query parameters represents [`Query` type](https://github.com/react-native-community/directory/blob/main/types/index.ts#L14-L36).
0 commit comments