标签: reactjs react-native keyboard
问题: 是否有任何事件可以监听react-native中x = np.linspace(0, image.shape[0], 19) y = np.linspace(0, image.shape[1], 19) for i in x: for j in y: color = image[i, j, :] 上的click事件?
react-native
x = np.linspace(0, image.shape[0], 19) y = np.linspace(0, image.shape[1], 19) for i in x: for j in y: color = image[i, j, :]