Bouzid Badreddine
Bouzid Badreddine
> Hi @ubugnu and thanks for this fix! > > Would you mind writing up a more descriptive title and included some sample code of your User and getCurrentUser so...
@Tobbe sorry I didn't work on RedwoodJS since months.
> `Fullscreen` is your own component you create to override the existing render of `renderFullscreenButton` > > e.g. > > ```js > const MyFullScreenButton = ({ onClick, isFullScreen }) =>...
try to change options in `package.json`: ```json "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", // "aar"
A fix would be to make the react native text input disabled instead. ```js import { SafeAreaView, StyleSheet, Button } from 'react-native'; import {useState} from "react"; import PhoneInput from "react-native-phone-number-input";...
> I think my problem is related to yours: https://github.com/yarnpkg/berry/issues/6380 > > downgrading to 5.4.5 as suggested, resolves my issue as well. I pointed out that it's to do with...
I love opencode, I don't want to use Claude Code 😢