我正在尝试使用react native来构建一个简单的计算器。
我创建了一个borderWidth为0.5的按钮组件,并使用此按钮组件来形成键盘。但边界并不统一。与其他细胞相比,少数细胞的边界看起来很厚
此代码为 https://github.com/akiran/exponent-calculator/blob/master/components/Buttons.js
https://github.com/akiran/exponent-calculator/blob/master/components/KeyPad.js