We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ae549 commit b41299cCopy full SHA for b41299c
src/RNGalleryList.tsx
@@ -259,13 +259,13 @@ export const RNGalleryList: Array<IRNGalleryExample> = [
259
subtitle: 'Load resources from a remote URL.',
260
new: true,
261
},
262
- {
263
- key: 'Permissions',
264
- component: PermissionsExamplePage,
265
- textIcon: '\uED2C',
266
- fluentIcon: <Password16Regular />,
267
- type: 'Status and Info',
268
- },
+ // {
+ // key: 'Permissions',
+ // component: PermissionsExamplePage,
+ // textIcon: '\uED2C',
+ // fluentIcon: <Password16Regular />,
+ // type: 'Status and Info',
+ // },
269
{
270
key: 'Picker',
271
component: PickerExamplePage,
0 commit comments