We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5446125 commit 0cf1f64Copy full SHA for 0cf1f64
README.md
@@ -43,7 +43,7 @@ import Postcode from '@actbase/react-daum-postcode';
43
const YourView = () => (
44
<Postcode
45
style={{ width: 320, height: 320 }}
46
- jsOptions={{ animated: true }}
+ jsOptions={{ animation: true }}
47
onSelected={data => alert(JSON.stringify(data))}
48
/>
49
);
@@ -62,7 +62,7 @@ const YourView = () => {
62
<Modal isVisible={isModal}>
63
64
65
- jsOptions={{ animated: true, hideMapBtn: true }}
+ jsOptions={{ animation: true, hideMapBtn: true }}
66
onSelected={data => {
67
alert(JSON.stringify(data));
68
setModal(false);
0 commit comments