Skip to content

Commit a82b6d2

Browse files
nit cleanup
1 parent a53bd82 commit a82b6d2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/rn-tester/js/examples/Playground/RNTesterPlayground.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ import {StyleSheet, View} from 'react-native';
1818
function Playground() {
1919
return (
2020
<View style={styles.container}>
21-
<View style={styles.gradientContainer} />
21+
<RNTesterText>
22+
Edit "RNTesterPlayground.js" to change this file
23+
</RNTesterText>
2224
</View>
2325
);
2426
}
@@ -27,12 +29,6 @@ const styles = StyleSheet.create({
2729
container: {
2830
padding: 10,
2931
},
30-
gradientContainer: {
31-
width: 300,
32-
height: 200,
33-
experimental_backgroundImage: `radial-gradient(circle at top right, rgba(255, 255, 255, 0.8) 0%, transparent 50%),
34-
linear-gradient(to bottom, #43cea2, #185a9d);`,
35-
},
3632
});
3733

3834
export default ({

0 commit comments

Comments
 (0)