Skip to content

Commit

Permalink
Added proper server flag for React Native 0.57.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-miemiec authored and jhen0409 committed Oct 1, 2018
1 parent 1c5f241 commit 0104dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/injectServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var serverFlags = {
'0.0.1': ' _server(argv, config, resolve, reject);',
'0.31.0': " runServer(args, config, () => console.log('\\nReact packager ready.\\n'));",
'0.44.0-rc.0': ' runServer(args, config, startedCallback, readyCallback);',
'0.46.0-rc.0': ' runServer(runServerArgs, configT, startedCallback, readyCallback);'
'0.46.0-rc.0': ' runServer(runServerArgs, configT, startedCallback, readyCallback);',
'0.57.0': ' runServer(args, configT);'
},
'react-native-desktop': {
'0.0.1': ' _server(argv, config, resolve, reject);'
Expand Down

0 comments on commit 0104dc1

Please sign in to comment.