3×3 grid like tic tac toe – React native
i'm trying to make a grid using react native that's responsive to multiple screen sizes but having troubles drawing the lines in (the sides of the box can't have a stroke). this is a small snippet: <View style={styles.boxContainer}> <View style={styles.box}>…