react-native-user-agent icon indicating copy to clipboard operation
react-native-user-agent copied to clipboard

Support for RN 76.1

Open Akyna opened this issue 1 year ago • 1 comments

After updating to 76.1 version

"react-native": "0.76.1",
"react-native-user-agent": "^2.3.1",

All of these - undefined ((

systemName
systemVersion
applicationName
applicationVersion
buildNumber
darwinVersion
cfnetworkVersion
deviceName deprecated
modelName

Get user agent works UserAgent.getUserAgent()

 (NOBRIDGE) LOG  UserAgent:  XXXX/1.0.1 CFNetwork/1.0 Darwin/24.0.0 (iPhone iOS/18.0.1)

For these versions of RN - all fine

"react-native": "0.74.3",
"react-native-user-agent": "^2.3.1",
"react-native": "0.75.4",
"react-native-user-agent": "^2.3.1",

Akyna avatar Nov 10 '24 17:11 Akyna

Any updates?

Akyna avatar Sep 08 '25 09:09 Akyna