This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46a36d7764
Rocket.Chat.ReactNative
/
__mocks__
/
react-native-device-info.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update dependencies (#587)
2019-01-29 19:52:56 +00:00
export
default
{
getModel
:
(
)
=>
''
,
Update JS SDK version (#602)
2019-02-07 15:48:10 +00:00
getReadableVersion
:
(
)
=>
''
,
getBundleId
:
(
)
=>
''
Update dependencies (#587)
2019-01-29 19:52:56 +00:00
}
;