RivasCVA / react-native-code-editor

A code editor with syntax highlighting built for React Native applications.
MIT License
58 stars 19 forks source link

No `onFocus` prop #22

Open joeyfigaro opened 6 months ago

joeyfigaro commented 6 months ago

Support for an onFocus prop would be great here. I'm showing a readonly printout of provided code when the input isn't focused and rendering the editor when it is focused–not currently possible to do this.