Skip to content

Commit 478550e

Browse files
author
Andrzej Antoni Kwaśniewski
committed
remove ''
1 parent 441a4c7 commit 478550e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/common-app/src/new_api/showcase/nested_text/nested_text.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ function NativeDetectorExample() {
4646
Some text example running with RNGH
4747
<VirtualGestureDetector gesture={tapFirstPart}>
4848
<Text style={{ fontSize: 24, color: COLORS.NAVY }}>
49-
{' '}
5049
try tapping on this part
5150
</Text>
5251
</VirtualGestureDetector>
5352
<VirtualGestureDetector gesture={tapSecondPart}>
5453
<Text style={{ fontSize: 28, color: COLORS.KINDA_BLUE }}>
55-
{' '}
5654
or on this part
5755
</Text>
5856
</VirtualGestureDetector>
@@ -91,13 +89,11 @@ function LegacyDetectorExample() {
9189
Some text example running with RNGH
9290
<GestureDetector gesture={tapFirstPart}>
9391
<Text style={{ fontSize: 24, color: COLORS.NAVY }}>
94-
{' '}
9592
try tapping on this part
9693
</Text>
9794
</GestureDetector>
9895
<GestureDetector gesture={tapSecondPart}>
9996
<Text style={{ fontSize: 28, color: COLORS.KINDA_BLUE }}>
100-
{' '}
10197
or on this part
10298
</Text>
10399
</GestureDetector>

0 commit comments

Comments
 (0)