Networking.sendRequest got 8 arguments, expected 9

I recently updated to sdk 18. Made sure to update react and expo in the exp.json and package.json files. Not sure why I’m still getting the error.

Relevant exp.json

...
"privacy": "public",
  "sdkVersion": "18.0.0",
  "version": "1.0.0",
  "orientation": "portrait",
  "primaryColor": "#cccccc",
....

package.json

{
  "name": "veer",
  "version": "0.0.0",
  "description": "Hello Expo!",
  "author": null,
  "private": true,
  "main": "main.js",
  "dependencies": {
    "@exponent/vector-icons": "^4.0.0",
    "axios": "^0.16.2",
    "expo": "18.0.0",
    "firebase": "^4.1.2",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "native-base": "^2.1.5",
    "node-base64-image": "^1.0.3",
    "react": "16.0.0-alpha.12",
    "react-native": "https://github.com/expo/react-native/archive/sdk-18.0.0.tar.gz",
    "react-native-asset-library-to-base64": "1.0.1",
    "react-native-color-picker": "^0.2.1",
    "react-native-datepicker": "^1.6.0",
    "react-native-geocoding": "^0.2.0",
    "react-native-modal": "^2.4.0",
    "react-native-opengraph-kit": "^1.5.0",
    "react-navigation": "^1.0.0-beta.11"
  }
}

When do you get the error and can you paste the full error here?
Do you have an entire repo you can share?