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 an
Type error occurs when passing ref to react.FC: 'ref' property not found on type 'IntrinsicAttributes & Props & { children :? ReactNode}' The error you are encountering is due to the fact that you have currently defined it as a function with no ar...