Skip to content

Commit

Permalink
Merge pull request #14 from yukirin000/master
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
yukirin000 authored Jan 16, 2021
2 parents 13598bf + f1c34cc commit 61c8f14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10,069 deletions.
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Modal,
Keyboard
} from 'react-native';
import { JMRTCViewController,JMRTCView} from 'jmrtc-react-native-ys'
import { JMRTCViewController,JMRTCView} from 'jmrtc-react-native'
import JMessage from 'jmessage-react-plugin'

import LoginPage from './LoginPage'
Expand Down
2 changes: 1 addition & 1 deletion example/RTCComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Alert,
Platform
} from 'react-native';
import { JMRTCViewController} from 'jmrtc-react-native-ys'
import { JMRTCViewController} from 'jmrtc-react-native'
import {FormButton} from './LoginPage'

import CallAlert from './CallAlert'
Expand Down
2 changes: 1 addition & 1 deletion example/RTCVideoView.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import PropTypes from 'prop-types';
import IconButton from './IconButton'

import { JMRTCViewController,JMRTCView} from 'jmrtc-react-native-ys'
import { JMRTCViewController,JMRTCView} from 'jmrtc-react-native'


const styles = StyleSheet.create({
Expand Down
Loading

0 comments on commit 61c8f14

Please sign in to comment.