use consistent user agent for requests

This commit is contained in:
austinried
2021-09-08 15:49:01 +09:00
parent 51f79ac8ad
commit eb578fa5e6
3 changed files with 9 additions and 1 deletions

3
app/util/userAgent.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Platform } from 'react-native'
export default `subtracks/${Platform.OS}`