Arkasha

Results 7 comments of Arkasha

@kristerkari — thank for your answer. > What I have been personally doing is to use the react-native-postcss-transformer on React Native side, and postcss-loader for Webpack (e.g. React Native Web)....

@kristerkari — Сould you elaborate on what is going wrong **Test.js** ``` import React from 'react' import { Text, View, StyleSheet } from 'react-native' const styles = StyleSheet.create({ test: {...

@dannyhw Thanks for the quick response! As I understand it, the problem is that the `storybook` does not use `metro.config.js` It will be great if you help! **metro.config.js** ``` const...

Let me give you an example Example component ``` Test — test.js — test.css — test.stories.js ``` **test.js** ``` import React from 'react' import { Text, View } from 'react-native'...

@dannyhw something similar https://github.com/kristerkari/react-native-css-modules/issues/31

Are there any alternative solutions instead of https://github.com/vitejs/vite/discussions/6688#discussioncomment-3649999?