tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
409 stars 74 forks source link

Flow: cannot resolve module react-native-email-link #12

Closed SonQBChau closed 5 years ago

SonQBChau commented 6 years ago

Flow and eslint would not recognize the module. It's not a bug, everything is running fine but it would be nice to have it fixed.

Current version: React-native: 0.57 eslint: 5.6.1 flow: 0.78

tschoffelen commented 6 years ago

I'm not really using Flow a lot. Any chance you could suggest a fix?

flexbox commented 5 years ago

@SonQBChau Do you think you can close this issue? Because the entire industry is migrating to TypeScript now :)

sprotymo commented 5 years ago

You can use: flow-typed create-stub react-native-email-link

jakallergis commented 3 years ago

I get the exact same thing and I'm no TypeScript (RN 0.63)