File tree Expand file tree Collapse file tree
apps/common-app/src/new_api/showcase/nested_text Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments