Skip to content

Commit

Permalink
Add browser with initial url
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz committed Jul 13, 2019
1 parent cd89cf4 commit 8dabfea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios
Submodule ios updated 117 files
2 changes: 1 addition & 1 deletion src/AliceSDK/Web3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const signMessage = async (message) => {

const settingsPopUp = () => NativeModules.NativeVCModule.setting();

const openBrowser = () => NativeModules.NativeVCModule.browser();
const openBrowser = () => NativeModules.NativeVCModule.browser('foam.space');

const sendToken = () => {

Expand Down

0 comments on commit 8dabfea

Please sign in to comment.