Steps to reproduce Link to live example:https://stackblitz.com/edit/react-1qmjam?file=Demo.tsx Steps: Click in theAutocompleteto see the error Current behavior I found 2 strange behaviors When passing{ htmlInput: { ... } }more padding is added and clicking in the input throws an error....
We are using TypeScript to write our React Native application and encountered an issue with platform specific extensions provided by RN. React Native will detect when a file has a .ios. or .android. extension and load the right file for each platform when requiring them from other components....