native

React native create rectangle bottom, plus half rectangle is cut by circle

邮差的信 提交于 2020-08-03 07:28:07
问题 Hello I am having task to create custom shape figure. On the bottom the shape of figure is rectangle and on half top of rectangle is cut by circle shape. Can anyone give me direction where to go from now? 回答1: import React, { Component } from 'react'; import { View } from 'react-native'; import { Icon} from 'react-native-elements' class BottomNavigator extends Component { render() { return ( <View style={{ flex: 1, flexDirection: 'column', backgroundColor: '#f8f4f4' }}> <View style={{

Has Windows an integrated built-in C/C++ compiler package?

ぃ、小莉子 提交于 2020-07-16 05:02:48
问题 I would like to be able to compile C and C++ code under the Windows environment without using an IDE, just by using the Windows Command prompt (cmd.exe). I come from Linux, where you are be able to install the gcc package with just a command in the terminal: $ sudo apt install gcc I wonder if there is a C/C++ compiler collection in a package inside the Windows install folders, just like the ones in Linux, I just need to install. What also gives me a reason to ask this question is: Since the