Bouzid Badreddine

Results 6 comments of 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";...