Skip to content

Commit b41299c

Browse files
committed
Permissions locks the JS thread
1 parent 87ae549 commit b41299c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/RNGalleryList.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@ export const RNGalleryList: Array<IRNGalleryExample> = [
259259
subtitle: 'Load resources from a remote URL.',
260260
new: true,
261261
},
262-
{
263-
key: 'Permissions',
264-
component: PermissionsExamplePage,
265-
textIcon: '\uED2C',
266-
fluentIcon: <Password16Regular />,
267-
type: 'Status and Info',
268-
},
262+
// {
263+
// key: 'Permissions',
264+
// component: PermissionsExamplePage,
265+
// textIcon: '\uED2C',
266+
// fluentIcon: <Password16Regular />,
267+
// type: 'Status and Info',
268+
// },
269269
{
270270
key: 'Picker',
271271
component: PickerExamplePage,

0 commit comments

Comments
 (0)