97 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
60
views
How to put the Input in the bottom of the formSheet?
I'm using Expo Router, displaying the page as a formSheet, but my input field isn't at the bottom of the page. Does anyone know how I can fix this?
If I change the display to modal, it works normally, ...
1
vote
1
answer
191
views
How to define variables with the new version of Nativewind v4?
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
58
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 ...
-7
votes
1
answer
142
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
67
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
74
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 ...
-1
votes
1
answer
404
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
1
answer
54
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
379
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
187
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
143
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
30
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
187
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
734
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
64
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, ...