react-ace
react-ace copied to clipboard
Is react-ace supported on React Native?
Is react-ace supported on React Native? Has anyone managed to get it running with react Native?
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