diff --git a/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js b/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js index 9dbacb997019d3..8fd081ff5d7fa4 100644 --- a/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js +++ b/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js @@ -13,14 +13,27 @@ import type {RNTesterModuleExample} from '../../types/RNTesterTypes'; import RNTesterText from '../../components/RNTesterText'; import * as React from 'react'; -import {StyleSheet, View} from 'react-native'; +import {StyleSheet, View, Text} from 'react-native'; function Playground() { return ( - - Edit "RNTesterPlayground.js" to change this file - + + + Row not cutoff + + + + + + Row cutoff + + + + + + Row not cutoff + ); }