baobao999

Results 3 comments of baobao999

I see it works normally. Tell me what wrong?

try my workaround. 1. create file styles.css in root project `.ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels { display: inline-flex; animation: none; flex-wrap: nowrap; direction: ltr; @media (max-width: 768px) { display: inline-grid; } }`...

You can check at https://reactnative.dev/docs/debugging. They said: "The React Native team is working on a new JavaScript debugger experience, intended to replace Flipper, with a preview available as of React...