This diff introduces the usage of the Expo BarCodeScanner when the header right 'Add' is clicked on the linked devices screen.
The Expo docs were closely followed in setting this up.
For now, the onConnect will not do anything besides alert the user that the qr code has been scanned with the data encoded, but down the line this will be changed to read the secondary devices' keys encoded in the qr code.
Addresses both ENG-4475 and ENG-4477.
Depends on D8771