diff --git a/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js b/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js index 6740f174f9d..50090c56476 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js @@ -70,13 +70,6 @@ const styles = StyleSheet.create({ focusedUncontrolled: { margin: -2, }, - screenshotArea: { - position: 'absolute', - top: -5, - left: 120, - right: -5, - bottom: -5, - }, wrappedText: { maxWidth: 300, }, @@ -781,8 +774,7 @@ function TextStylesContainer({examples}: TextStylesContainerProps) { onPress={() => setOffset((offset + 1) % MAX_CYCLES)}> Cycle {offset + 1}/{MAX_CYCLES} - - + {examples.map(({name, multiline, textStyles}) => ( {multiline ? (