Skip to content

Commit c9b52f7

Browse files
authored
Update SafeAreaViewExample.js
1 parent 485286a commit c9b52f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

RNTester/js/SafeAreaViewExample.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ const View = require('View');
2121

2222
import type {Insets} from 'CoreEventTypes';
2323

24-
exports.displayName = (undefined: ?string);
25-
exports.framework = 'React';
26-
exports.title = '<SafeAreaView>';
27-
exports.description =
28-
'SafeAreaView automatically applies paddings reflect the portion of the view that is not covered by other (special) ancestor views.';
29-
3024
class SafeAreaViewExample extends React.Component<
3125
{},
3226
{|

0 commit comments

Comments
 (0)