Skip to content

Commit 2a3342f

Browse files
committed
fix failed validations
1 parent 7dd1406 commit 2a3342f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/event_processor/event_dispatcher/default_dispatcher.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ const eventDispatcher: EventDispatcher = new DefaultEventDispatcher(new BrowserR
2525

2626
export default eventDispatcher;
2727

28-
export const __platforms: Platform[] = ['browser'];
28+
export const __platforms: Platform[] = ['browser', 'react_native'];

lib/utils/http_request_handler/request_handler.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ export class BrowserRequestHandler implements RequestHandler {
134134
}
135135
}
136136

137-
export const __platforms: Platform[] = ['browser'];
137+
export const __platforms: Platform[] = ['browser', 'react_native'];

0 commit comments

Comments
 (0)