I am trying to connect to MSSQL server in my expo managed app but I am getting error :
[Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNativeMssql.default.connect')]
post installing (npm install --save react-native-mssql) package , i linked the dependency via following command
npx react-native link react-native-mssql
Let me know if I am missing anything.