I am building an app using Expo and React Native. I am in a situation where I need to get some device info such as: Phone Brand, Phone Model, and if possible Mac Address for both Android and iOS. Here I am only asking for Phone Brand. I have tried using Expo Constants API, but it only returns the Device Name (e.g. SM-A750GN for Samsung Galaxy A7). What I would like is to get the brand like 'Samsung'.
Is there any way to get the brand without ejecting from Expo? There is this library 'react-native-device-info' but I guess I would have to eject and link using react-native link.