Ethan Sharabi
Ethan Sharabi
> TBH I did not test it because I assumed we still need `moment` in private anyway, so it'll just add another dependency and not really help us. > Another...
@Inbal-Tish I noticed that the first time you open the stack it doesn't have an animation. It works fine on the master version
Hi @mohamedGamalAbuGalala Can you please share a code snippet and maybe a screenshot/video Thanks
@Guang1234567 What fail exactly? What and how are building the app
which folder do you run `npm start` from?
run the following ``` npm install cd ios && pod install && cd .. npm start // on another terminal npm run ios ```
@lidord-wix Let's add this to our docs. Under Foundation -> Colors
That's a great idea. We are currently working on migrating our docs to Docusaurus so later on this is something we can check out
Hi @btrewern I believe this issue was fixed in this PR #2183 Can you please verify and reopen the ticket if needed
> Hi @RaphBlanchet, > > The problem occurs because we have `defaultProps` for `Card` that sets `enableShadow: true`. You can solve it by using `setComponentForcedTheme` instead of `setComponentTheme`, but then...