99 questions
0
votes
0
answers
20
views
How to define variables with the new version of nativewind v4 and expo sdk 54?
I've a problem with the nativewind variables. I created my project on the new version of expo (sdk 54) and therefore nativewind v4 but there is no more file tailwind.config.js to put variables, only ...
0
votes
0
answers
45
views
React Native NativeWind (Frameless) Versions Compatibility Problem
I'm new to React Native and trying to create an app using tailwind classes but getting different types of error while building the application.
The errors are as follows:
The development server ...
-6
votes
1
answer
111
views
Error: Cannot find module '../lightningcss.win32-x64-msvc.node' ADRIAN [duplicate]
Require stack:
D:\codebility_projects\SubTrack\node_modules\react-native-css-interop\node_modules\lightningcss\node\index.js
D:\codebility_projects\SubTrack\node_modules\react-native-css-interop\dist\...
0
votes
1
answer
59
views
text-white not applying on specific <Text> element
I'm building a React Native app with Expo Router and NativeWind. Most of my Tailwind classes work fine, but for some reason, the text-white class does not apply on one particular element, while other ...
0
votes
0
answers
64
views
Expo + Nativewind CSS Varibles Not Working on iOS
I am working on a UI for my react native app. It uses Nativewind for styling. I need the ability to use CSS varibles in my classes. I followed this Medium post to do this since the official docs where ...
-2
votes
1
answer
240
views
Using LinearGradient in Expo App causing white screen on iOS device
I'm building a React Native app using Expo, and I’m using the LinearGradient component from expo-linear-gradient. It works perfectly on Android simulators, but when I run the app on a real iOS device, ...
0
votes
0
answers
40
views
useNativewindColorScheme chaning theme not switching themes
Having an issue where I cannot switch theme in my app....
Forcing dark in classname works perfectly but switching the theme using nativewind does not quite work, console logs always output 'light' no ...
-2
votes
2
answers
290
views
ClassName stylings are not getting applied in react native using gluestack and native wind
I'm trying to implement gluestack in my bare react-native project, I followed the gluestack and nativewind documentation throughly but somehow classname stylings are not getting applied in components
...
2
votes
1
answer
156
views
Error accountered with Expo/ReactNative/Nativewind
I encountered an error in my expo project
"shadow*" style props are deprecated. Use "boxShadow"
While I don't use any shadow property anyhere in my project.
Here is the complete ...
0
votes
0
answers
135
views
NativeWind with Expo 53.0: ERROR Warning: TypeError: Cannot call a class as a function
I have tried looking everywhere, but can't find any solutions.
I have installed nativewind, and the classes work without issues. My problem arises when creating a VStack component.
I have the ...
0
votes
0
answers
26
views
TextInput value not correctly centered
I have a small problem with a TextInput in my application. For some reason, the text inside of my input is not centered vertically, despite the fact that the placeholder is correctly placed.
I read in ...
1
vote
0
answers
147
views
Issues with bundling in release mode react-native, expo and nx
I have an issue with my build configuration in my nx monorepo with expo project.
When I try to build release version of my app it seems that jsbundle in not properly bundeled as reference to useState ...
0
votes
1
answer
582
views
react native and nativewind/tailwindcss Unable to resolve module ./global.css
I followed the installation on https://www.nativewind.dev/getting-started/installation#1-install-nativewind-2 with Framework-less.
I am getting now the error
BUNDLE ./index.js
ERROR Error: Unable to ...
0
votes
1
answer
58
views
How to position the status bar partially covered by the sidebar in a React application?
I’m working on a React application and trying to achieve the following:
The sidebar takes up approximately 80% of the screen width.
The remaining 20% of the screen, not covered by the sidebar, ...
0
votes
0
answers
78
views
Tailwind CSS classes being overridden by inline styles in Expo web (React Native Web)
I'm developing an Expo application that was initially built for Android, but now I'm trying to make it work well on the web too. I've discovered that when my app runs in mobile browsers (both iOS and ...