React Native socket connection error

Job ID: 34350148

Budget: $40 – $41 USD

I am getting the socket connection error in react native.
I am not sure how to do currently

if you can help or assist me to resolve the issues, I will pay 40.

import io from 'socket.io-client'
const socketRoot = 'https://prvmsg.com:8282'
export const socketObject = io.connect(socketRoot, {
transports: ['websocket'],
jsonp: false,
reconnect: true
})