UNPKG
rn-custom-switch
Version:
latest (1.0.1)
1.0.1
1.0.0
Customizable switch for Android and iOS platform(s)
rn-custom-switch
/
src
/
utils
/
Strings.js
6 lines
(4 loc)
•
71 B
JavaScript
View Raw
1
2
3
4
5
6
const
strings = {
switch
:
"Switch"
, };
export
default
strings;