react-native-cookie-store
react-native-cookie-store copied to clipboard
TypeScript Support
This module needs TypeScript support. Currently, React Native TypeScript projects have to ignore the module in order to pass their type checks.
There are two apparent options:
- Provide types with this module.
- Provide types in as a separate package.
Providing types with this module would be a great developer experience. As it will be ready out of the box; however, this means extra JS will be added to projects that do not use TypeScript. Types should be a devDependency for production apps.
This issue is for planning/discussion on the best way to support types. Feel free to add your input!