Skip to content

Commit

Permalink
Patch up forgotten change to native component name
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbedwards committed Sep 24, 2019
1 parent f955124 commit bd82639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class BroadcastView extends React.Component {
}
}

var RNBroadcastView = requireNativeComponent('RNPedroBroadcastView', BroadcastView)
var RNBroadcastView = requireNativeComponent('RNBroadcastView', BroadcastView)

module.exports = BroadcastView
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "react-native-broadcast",
"version": "1.0.5",
"version": "1.0.6",
"description": "RTMP Broadcaster library for React Native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd82639

Please sign in to comment.