See more
… /> ); }}let CIRCLE_RADIUS = 30;let styles = StyleSheet.create({ circle: { backgroundColor: "skyblue", width: CIRCLE_RADIUS * 2, height: CIRCLE_RADIUS * 2, borderRadius: CIRCLE_RADIUS }});