We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485286a commit c9b52f7Copy full SHA for c9b52f7
RNTester/js/SafeAreaViewExample.js
@@ -21,12 +21,6 @@ const View = require('View');
21
22
import type {Insets} from 'CoreEventTypes';
23
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
-
30
class SafeAreaViewExample extends React.Component<
31
{},
32
{|
0 commit comments