vitalets / react-native-extended-stylesheet

Extended StyleSheets for React Native
MIT License
2.93k stars 132 forks source link

'unsubscribe' not in TypeScript Type #135

Closed RobertFischer closed 4 years ago

RobertFischer commented 4 years ago

Steps to Reproduce

  1. Look in api.js and see that there is, indeed, an unsubscribe method implemented there.
  2. Look in index.d.ts and see that there is not an unsubscribe method documented there.

Expected Behavior

I would have expected unsubscribe to be documented in the type.

Actual Behavior

Typescript complains that unsubscribe is not a method in the type.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

nexorianus commented 4 years ago

same as #133 looks like ts support is badly implemented.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.