Skip to content

Commit

Permalink
Add popup-menu dependency to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Nov 15, 2018
1 parent ef3c7e5 commit a473851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile_files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"react-native-level-fs": "3.0.1",
"react-native-nfc-manager": "^0.5.5",
"react-native-os": "https://github.com/status-im/react-native-os.git#1.1.0-1",
"react-native-popup-menu": "0.14.0",
"react-native-qrcode": "0.2.7",
"react-native-randombytes": "3.5.0",
"react-native-safe-area-view": "0.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(def fs (js/require "react-native-fs"))
(def http-bridge (js/require "react-native-http-bridge"))
(def keychain (js/require "react-native-keychain"))
(def popup-menu (js/require "react-native-popup-menu"))
(def qr-code (js/require "react-native-qrcode"))
(def react-native (js/require "react-native"))
(def realm (js/require "realm"))
Expand Down

0 comments on commit a473851

Please sign in to comment.