React Native socket connection error -- 2

Job ID: 34350670

Budget: $30 – $250 AUD

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
})