@criipto/verify-expo
Version:
Accept MitID, NemID, Swedish BankID, Norwegian BankID and more logins in your Expo (React-Native) app
9 lines • 388 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="expo.modules.criiptoverify">
<queries>
<intent>
<!-- Required for opening tabs if targeting API 30 -->
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
</queries>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>