Skip to content

Conversation

kbukum
Copy link
Contributor

@kbukum kbukum commented Jun 12, 2017

  • File: native_base/index.d.ts
  • Line: 500

Hello , "Label"."style" property is missing. I can't inject style property because of missing style property in Label component. But in javascript I can define "style" property for "Label".

  • I changed it like
interface Label {
  style?: ReactNative.TextStyle;
}

kbukum and others added 3 commits June 12, 2017 21:43
- File: native_base/index.d.ts
- Line: 500

Hello , "Label"."style" property is missing. I can't inject style property because of missing style property in Label component. But in javascript I can define "style" property for "Label".

- I changed it like

```typescript
interface Label {
  style?: ReactNative.TextStyle;
}
```
@shivrajkumar shivrajkumar merged commit 7cafd6a into GeekyAnts:master Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants