react-ace icon indicating copy to clipboard operation
react-ace copied to clipboard

Is react-ace supported on React Native?

Open samuelgoldenbaum opened this issue 3 years ago • 1 comments

Is react-ace supported on React Native? Has anyone managed to get it running with react Native?

samuelgoldenbaum avatar Oct 04 '21 22:10 samuelgoldenbaum

No , but you can use webview on react native to display react-ace something like <WebView source={{ html: renderToString(<ReactAceEditor />)}} /> and in reactAceEditor you can create your react js component using react Ace

nassimbendaou avatar Nov 02 '21 22:11 nassimbendaou