React-native-paper: Add TypeScript Definitions

Created on 10 Apr 2018  路  7Comments  路  Source: callstack/react-native-paper


Current behaviour

Has built-in flow definitions.
No definitions for TypeScript.
No definitions on https://github.com/DefinitelyTyped/DefinitelyTyped .

Expected behaviour

If it's likely for official to maintain a index.d.ts definition file in this project? This is recommend to keep the definition sync with code and maybe add test for this.

Or I could create the community-maintained definition at DefinitelyTyped.

Code sample

N/A

Screenshots (if applicable)

N/A

What have you tried

N/A

Your Environment

N/A

Most helpful comment

I've decided to give react-native-paper a shot, and ported some definitions from flow already.
Not sure if I'll stick to this module, but I can submit partial PR. Or maybe I can create work-in-progress PR and add contrubutors

All 7 comments

I think we're not opposed to keep the definition file here, especially if someone is willing to make it work :)

For now, I don't have time to do it by myself, but I can help on it if needed. Let me know.

I've decided to give react-native-paper a shot, and ported some definitions from flow already.
Not sure if I'll stick to this module, but I can submit partial PR. Or maybe I can create work-in-progress PR and add contrubutors

@doomsower awesome, WIP PR is better than no PR :)

Note for everyone, I already created type definitions for 1.x branch and submitted a PR, so if anyone is working on type definitions for 2.x branch, they can get the 1.x version from me for saving some time 馃憤 .

Yeah, I know. They are kinda messy, because everything is written in one file, and there are no tests, but they will definitely help.

Intellisense not working in Jetbrains Idea or Webstrom

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sritharanpalani picture sritharanpalani  路  4Comments

ZhengYuTay picture ZhengYuTay  路  3Comments

talaikis picture talaikis  路  3Comments

scottybo picture scottybo  路  3Comments

ferrannp picture ferrannp  路  4Comments