Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.
https://shopify.github.io/restyle/
MIT License
2.95k stars 133 forks source link

AnimatePresence Giving Error #172

Open Imkl11 opened 2 years ago

Imkl11 commented 2 years ago

Hi , I am Using React :"^17.0.2", and "Framer-motion": "^4.1.17" but after importing "AnimatePresence" from "framer-motion" it shows error like this Type '{ children: false | Element; key: string; initial: false; exitBeforeEnter: true; onExitComplete: () => null; }' is not assignable to type 'IntrinsicAttributes & AnimatePresenceProps'. Property 'children' does not exist on type 'IntrinsicAttributes & AnimatePresenceProps'.ts(2322)

fortmarek commented 1 year ago

Hey, please provide a full reproduction sample or steps. You can use https://snack.expo.dev/ for this.