KrishEnacton
KrishEnacton
Its working fine for me at first attemp
Hello community, Any update on this, I am facing same issue
Simply you can use this ```js // GradientText.js import React from 'react'; import {Text} from 'react-native'; import MaskedView from '@react-native-community/masked-view'; import LinearGradient from 'react-native-linear-gradient'; const GradientText = ({colors, ...rest}) =>...
@wprk Can we use tailwind css in content script using post css?
Any Update?
Yes, Please
```jsx ``` Pass wheelOptions in "options" props
What if I want to render this on another route or in default route(localhost:3000)? Is there any way to handle this?
Update your vite.config.ts and add server object like this way ```js import { defineConfig } from 'vite'; import { crx } from '@crxjs/vite-plugin'; import react from '@vitejs/plugin-react'; // @ts-ignore import...