我正在尝试使用 react native 构建一个简单的计算器。
我创建了一个边框宽度为 0.5 的按钮组件,并使用这个按钮组件来形成小键盘。但边界并不统一。与其他单元格相比,少数单元格的边框显得较厚
代码在 https://github.com/akiran/exponent-calculator/blob/master/components/Buttons.js
https://github.com/akiran/exponent-calculator/blob/master/components/KeyPad.js