Typescript update
See original GitHub issueHere is a ticket to track the TS conversion process. please merge all PR’s and work into the branch typescript-work
. Here is the current work completed and left to be done:
- Accessory
- Avatar
- Badge
- withBadge
- BottomSheet
- Button
- ButtonGroup
- Card
- Card - Subcomponents
- Checkbox
- config
- Divider
- Header
- helpers
- Icon
- Image
- Input
- ListItem
- ListItem - Subcomponents
- Overlay
- Pricing
- Searchbars
- Slider
- SocialIcon
- Text
- Tile
- Tooltip
- Autogen d.ts file
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
typescript - npm
TypeScript is a language for application scale JavaScript development. Latest version: 4.9.4, last published: 18 days ago.
Read more >How to update TypeScript to latest version with npm?
Try npm install -g typescript@latest . You can also use npm update instead of install, without the latest modifier.
Read more >How to set up TypeScript
Download TypeScript. TypeScript can be installed through three installation routes depending on how you intend to use it: an npm module, a NuGet...
Read more >How To Install (Upgrade or Downgrade) a TypeScript Version?
How To Install (Upgrade or Downgrade) a TypeScript Version? ... To install TypeScript on your machine, use the following command if you use...
Read more >How to Upgrade to TypeScript Without Anybody Noticing, Part 1
How can you upgrade with so little change? Well, the secret is that you're not using TypeScript. The TypeScript compiler can check Javascript ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@flyingcircle thank you for the offer that won’t be necessary I like RNE a lot and happy to help any time
@MohammedFaragallah yep, I agree. I’ve updated a few of them in a couple of the components such as
Button
: https://github.com/react-native-elements/react-native-elements/pull/2766/files#diff-a4a4eaf5f85ed40c14a570378492560d1ca2695473ec3cc49ae4e2e90cad68b0Basically, I moved any of the styles that depended on arguments to the component itself and made the
styles
var into a properStyleSheet
. So, it requires moving things around, but I think it should hopefully behave the same as before.