Files
react-native-svg/Example/Modal.web.tsx
Wojciech Lewicki 2484baa8db feat: move Example to TS (#1712)
This PR changes all examples in Example app to ts in order to more easily check if types are correct and in future remove index.d.ts file.
2022-03-01 14:35:53 +01:00

3 lines
77 B
TypeScript

import Modal from './modal-enhanced-react-native-web';
export default Modal;