Younes Bieche
Younes Bieche
@nagayama your solutions works ! Note for Next, you need to change `next.config.js` in order to avoid error `Warning: Invalid value for prop `css` on tag.` ``` tsx /** @type...
@nagayama your solutions works ! Note for Next, you need to change `next.config.js` in order to avoid error `Warning: Invalid value for prop `css` on tag.` ``` tsx /** @type...
@hyochan We don't have any problem with Expo 49, using Metro Bundler for Web, Nativewind & Emotion Native. Maybe you need to add the `isCSSEnabled` option Please see this more...
@hyochan these are my instructions, they aren't official You need to add support for `.mjs` files in `metro.config.js` for some packages ```ts config.resolver.sourceExts.push("mjs"); ``` you can add (unstable) support for...
@hyochan I don't use Expo Router. I think you can close this issue as it's not related to Emotion, Emotion Native (css literal or styled) works fine on my setup...
@Temzasse @bamnenim-kryptonium happens since always and on all demos
workaround ```tsx import { PropsWithChildren } from "react"; import Sheet from "react-modal-sheet"; interface Props extends PropsWithChildren { isOpen: boolean; setIsOpen: (isOpen: boolean) => void; } const BottomSheet = ({ children,...
@brentvatne this repository is not used anymore: the react-native package is actually in https://github.com/amplitude/Amplitude-TypeScript
Make sure you run `pm2 start ecosystem.config.js` from the folder containg the env file All other commands (restart etc) don't need this requirement
same issue here