Skip to content

Commit efba117

Browse files
authored
fix: revert RN SDK name update (#1728)
Reverts #1724 This has been handled on our backend in the meantime. Unfortunately have to revert this.
1 parent be7ac28 commit efba117

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/types.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4388,13 +4388,7 @@ export type PromoteChannelParams = {
43884388
* is used to resolve the user agent.
43894389
*/
43904390
export type SdkIdentifier = {
4391-
name:
4392-
| 'react'
4393-
| 'react-native-ios'
4394-
| 'react-native-android'
4395-
| 'expo-ios'
4396-
| 'expo-android'
4397-
| 'angular';
4391+
name: 'react' | 'react-native' | 'expo' | 'angular';
43984392
version: string;
43994393
};
44004394

0 commit comments

Comments
 (0)