Fabrizio Bertoglio
Fabrizio Bertoglio
Do you still experience this issue? If yes, I will publish the fix in the react-native-improved package https://github.com/fabriziobertoglio1987/react-native-improved. Thanks a lot
You can over ride everything. Even private apis. You can check my project sourcecode to understand what i mean Just define new class that inherits from that java api My...
The minimum reproducable example ```javascript class RewriteExample extends React.Component { constructor(props) { super(props); this.state = {show: true}; } render() { return ( this.setState({show: !this.state.show})} /> ); } } ``` I...
https://react-native-community.github.io/upgrade-helper/?from=0.81.0&to=0.82.0-rc.0
I have the same issue on M1 mac. Using chatgpt APIs
@rekram1-node I'm experiencing the same issue with .less and .vim files. When editing these file types, the diff view syntax highlighting does not work. Screenshot attached showing the issue with...
@HectorRicardo @jehartzog I would like to receive some inputs from you as I don't know well this component. Thanks :peace_symbol: Sorry for disturbing you :pray: https://github.com/facebook/react-native/blob/ff3c1307ff38ee586171c40c8512ec4bb07b0bf0/Libraries/Lists/VirtualizedSectionList.js#L176-L182 could this be caused...
I have the same problem with .vim and .less files, below an example the text is all white which is not correct for light theme, this must be caused by...
@MonuCarpenter I installed latest versione with homebrew and still have the issue. Thanks
@MonuCarpenter I tried and I have the same problems