我正在嘗試在我的反應原生應用程序中處理一個意圖URL,以在Square移動應用程序中觸發付款。React Native - Android - 進程意圖
在Web瀏覽器,我可以用一個鏈接,如:
intent:#Intent;action=com.squareup.register.action.CHARGE;package=com.squareup;S.com.squareup.register.WEB_CALLBACK_URI=...;end
但是,如果我添加此到Linking.OpenURL我得到了一個沒有兌現的承諾的反應,本機應用程序。
有關如何使這項工作的任何想法?
檢查此問題https://stackoverflow.com/q/38893684/2955679 –