Usman Abid
Usman Abid
Try this: const socket = io(config.API_BASE_URL, { 'reconnection': true, 'reconnectionDelay': 50000, 'reconnectionDelayMax': 50000, 'reconnectionAttempts': 3, 'query': { apiKey: ‘APIKEY’, type: ‘Type’ }, transports: ['websocket'], });
I ama facing the same issue on 0.72.6 with react native reanimated version 3.5.4? This is the error message from android studio: from /Users/apple/Desktop/projectpath/node_modules/react-native-reanimated/android CMake Error at CMakeLists.txt:48 (find_package): Could...
@BichThien i am facing this issue as i have updated my react native project form 0.66 to 0.72.6 version the issue mentioned appears on the react native version when buidling...
> @BichThien i am facing this issue as i have updated my react native project form 0.66 to 0.72.6 version the issue mentioned appears on the react native version when...
any solution or update on this i am facing the same issue on v6 react navigation bottom tabs
It was fixed when i switched by device somehow it was not working on google pixel device but works fine on rest of the devices.
> > It was fixed when i switched by device somehow it was not working on google pixel device but works fine on rest of the devices. > > I...
@myou11 @hoaphantn7604 any guide ?
check this link: https://usmanabid477.medium.com/in-app-purchase-integration-in-react-native-app-96c0acd13649
@Drjacky any update on this?