From 6c53112cdf72fa69341383653ddc445f29e809ac Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Sun, 4 Sep 2022 17:44:29 -0300 Subject: [PATCH] chore: Update TextExample --- .../js/examples/Text/TextExample.android.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/rn-tester/js/examples/Text/TextExample.android.js b/packages/rn-tester/js/examples/Text/TextExample.android.js index b7769cc3526247..17027025f73a01 100644 --- a/packages/rn-tester/js/examples/Text/TextExample.android.js +++ b/packages/rn-tester/js/examples/Text/TextExample.android.js @@ -18,13 +18,7 @@ const React = require('react'); const TextInlineView = require('../../components/TextInlineView'); import TextLegend from '../../components/TextLegend'; -const { - LayoutAnimation, - StyleSheet, - Text, - View, - TextInput, -} = require('react-native'); +const {LayoutAnimation, StyleSheet, Text, View} = require('react-native'); class Entity extends React.Component<{|children: React.Node|}> { render(): React.Node { @@ -1011,10 +1005,10 @@ exports.examples = [ - Text element aligned to the middle textAlignVertical + Text element aligned to the middle via textAlignVertical - Text element aligned to the middle via textAlignVertical + Text element aligned to the middle via verticalAlign );