Skip to content

Commit

Permalink
react-native: update samples plugin to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jan 16, 2018
1 parent 74c28a6 commit eb3451e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion react-native/SuspendResume/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class SuspendResume extends Component {
}
componentWillMount()
{
nodejs.start();
nodejs.start('main.js');
nodejs.channel.addListener(
"message",
(msg) => {
Expand Down
2 changes: 1 addition & 1 deletion react-native/SuspendResume/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class SuspendResume extends Component {
}
componentWillMount()
{
nodejs.start();
nodejs.start('main.js');
nodejs.channel.addListener(
"message",
(msg) => {
Expand Down
2 changes: 1 addition & 1 deletion react-native/SuspendResume/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class SuspendResume extends Component {
}
componentWillMount()
{
nodejs.start();
nodejs.start('main.js');
nodejs.channel.addListener(
"message",
(msg) => {
Expand Down
2 changes: 1 addition & 1 deletion react-native/SuspendResume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"nodejs-mobile-react-native": "0.1.1",
"nodejs-mobile-react-native": "0.1.3",
"react": "16.0.0-alpha.12",
"react-native": "0.48.4"
},
Expand Down

0 comments on commit eb3451e

Please sign in to comment.