UNPKG
react-native-otpview
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
autoplaced otp read otp from server and place it on ui for android and ios
react-native-otpview
/
android
/
app
/
src
/
debug
/
res
/
xml
/
react_native_config.xml
9 lines
(8 loc)
•
331 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
network-security-config
>
<
domain-config
cleartextTrafficPermitted
=
"true"
>
<
domain
includeSubdomains
=
"false"
>
localhost
</
domain
>
<
domain
includeSubdomains
=
"false"
>
10.0.2.2
</
domain
>
<
domain
includeSubdomains
=
"false"
>
10.0.3.2
</
domain
>
</
domain-config
>
</
network-security-config
>