79718041

Date: 2025-07-29 02:36:04
Score: 1
Natty:
Report link

If you need to use nativewind for the expo camera, I could only make it work like this:



import { CameraType, CameraView, useCameraPermissions } from 'expo-camera';
import { cssInterop } from "nativewind";


cssInterop(CameraView, { className: "style" });

export default function Camera() {
...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pacheco