This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
9c67e749d8
react-native
/
local-cli
/
link
/
commandStub.js
2 lines
31 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Run eslint --fix Summary: CI is currently failing because of a lint issue, this fixes it and a bunch of other warnings that are auto-fixable. **Test plan** Quick manual test, cosmetic changes only. Closes https://github.com/facebook/react-native/pull/16229 Differential Revision: D6009748 Pulled By: TheSavior fbshipit-source-id: cabd44fed99dd90bd0b35626492719c139c89f34
2017-10-10 00:37:08 +00:00
module
.
exports
=
(
cb
)
=>
cb
(
)
;