Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.

Home Page:https://shopify.github.io/restyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native 0.72 support

edualm opened this issue · comments

Current behavior

It seems to me that Restyle does not properly support React Native 0.72.x. Attempting to upgrade a project to it resulted in a lot of TypeScript errors related to Restyle (which I can not make any sense of), while that upgrading to 0.71.x only resulted in a few errors.

Expected behavior

No TypeScript errors to occur.

To Reproduce

Try to use Restyle with React Native 0.72.x. I can create a demo project if needed.

Platform:

  • iOS
  • Android

Environment

2.4.2, but I was using 2.1.0 before which also yields errors (but that would be expected in my opinion).