We are using React Native for Web so we do need to be able to modify the cursor if it is in the web but I imagine since there is no cursor on mobile this is an issue with React Native.
How can we allow cursor for at least the web part?
Example:
export default StyleSheet.create<Style>({
.modalContent {
cursor: "pointer",
}
});