Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React native react native plaid link sdk软件包';s重定向不起作用_React Native_Plaid - Fatal编程技术网

React native react native plaid link sdk软件包';s重定向不起作用

React native react native plaid link sdk软件包';s重定向不起作用,react-native,plaid,React Native,Plaid,我正在编写一个与Plaid SDK集成的react原生应用程序react native plaid link sdk已为此集成安装。我的集成代码如下所示: // Link token is successfully generated. Then the app tries to open a link with the token as below. await openLink({ oauthNonce, token, oauthRedirectUri, environme

我正在编写一个与Plaid SDK集成的react原生应用程序
react native plaid link sdk
已为此集成安装。我的集成代码如下所示:

// Link token is successfully generated. Then the app tries to open a link with the token as below.

await openLink({
  oauthNonce,
  token,
  oauthRedirectUri,
  environment,
  onSuccess,
  onExit,
  onEvent
})
当它打开一个链接时,Plaid不会通过提供的重定向uri返回应用程序。它被加载页面卡住了。如何使重定向uri工作