Kadir-prog
Kadir-prog
### Current behavior this is my drawer import 'react-native-gesture-handler'; import React from "react"; import { createDrawerNavigator } from "@react-navigation/drawer"; import GuestHome from '../pages/LoginAsGuest/HomeScreens/GuestHome' import CustomDrawer from './Custom_Drawer' import Guest_BottomTabNavigator from...
Hello there, i want to ask i want to use local image into an splash screen background instead of color so how can i do that thanks
i am trying to show pie chart from my json output but showing below error Error: Exception in HostFunction: Malformed calls from JS: field sizes are different. [[24,24,24,24,24],[2,2,2,2,2],[[759,"ARTGroup",271,{"transform":[1,0,0,1,0,0],"opacity":1}]],2468] This error...
hi i am trying to repeat my current video multiple times currently I'm using repeat prop but its working only on one video i had 5 videos in my faltlist...
hi, i am try to using linking concept of navigation as mention in documentation i make this code  dependencies "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@react-navigation/stack": "^6.2.1", "@react-navigation/bottom-tabs": "^6.3.1", **expected behavior**...