Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 12, 2024
1 parent c875225 commit 4d94ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {name as appName} from './app.json';

import {registerGlobals} from 'react-native-webrtc';

// This registers the shim WebRTC data structures, like RTCPeerConnection as global variables so the SDK can find them anywhere.
// This registers the shim WebRTC data structures, like RTCPeerConnection as global variables so the SDK can find them anywhere.
registerGlobals();

AppRegistry.registerComponent(appName, () => App);
1 change: 1 addition & 0 deletions src/components/Publisher.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/exhaustive-deps */
import {
SafeAreaView,
StyleSheet,
Expand Down

0 comments on commit 4d94ad5

Please sign in to comment.