Rizwan Ellahi
Rizwan Ellahi
Facing the same issue, ScrollView is only working with the mouse wheel in the virtual device. The physical device it's not working.
@rrrodzilla : I am facing same issue
@rrrodzilla : Did you fixed this issue ? I am stuck badly
import React, {Component} from "react"; import { View, Text, StyleSheet, } from "react-native"; import { createRouter, NavigationProvider, StackNavigation } from "@expo/ex-navigation"; import HomePage from "./Home"; import AboutPage from "./About"; const...
import React, {Component} from "react"; import { View, Text, StyleSheet, } from "react-native"; import { createRouter, NavigationProvider, StackNavigation } from "@expo/ex-navigation"; import HomePage from "./Home"; import AboutPage from "./About"; const...
@jasperuitterhoeve - The issue is that the direction isn't being set correctly when switching languages. The fix is to detect **RTL** mode dynamically and apply the correct direction: ```javascript document.addEventListener("DOMContentLoaded",...